import { CakemailAPI } from '../../cakemail-api.js';
/**
* List all campaign reports exports
*/
export declare function handleListCampaignReportsExports(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
/**
* Create a campaign reports export
*/
export declare function handleCreateCampaignReportsExport(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
/**
* Get status of a campaign reports export
*/
export declare function handleGetCampaignReportsExport(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
/**
* Download a campaign reports export
*/
export declare function handleDownloadCampaignReportsExport(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
/**
* Delete a campaign reports export
*/
export declare function handleDeleteCampaignReportsExport(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
/**
* List suppressed emails exports
*/
export declare function handleListSuppressedEmailsExports(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
/**
* Create a suppressed emails export
*/
export declare function handleCreateSuppressedEmailsExport(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
/**
* Get status of a suppressed emails export
*/
export declare function handleGetSuppressedEmailsExport(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
/**
* Download a suppressed emails export
*/
export declare function handleDownloadSuppressedEmailsExport(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
/**
* Delete a suppressed emails export
*/
export declare function handleDeleteSuppressedEmailsExport(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
//# sourceMappingURL=exports.d.ts.map