import { CakemailAPI } from '../cakemail-api.js';
export declare function handleGetTokenStatus(_args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
export declare function handleRefreshToken(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
export declare function handleValidateToken(_args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
export declare function handleGetTokenScopes(_args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
//# sourceMappingURL=auth.d.ts.map