export declare class CreateZnsCampaignDto {
    name: string;
    oa_account_id: string;
    template_id: number;
    is_send?: boolean;
    scheduled_at?: Date;
    file: any;
}
