import { WhatsAppAccountDto } from '../../campaign-management/models'; export declare let isLoadingOption: { WA: boolean; SMS: boolean; LINE: boolean; EMAIL: boolean; VOICE: boolean; }; export declare let isHaveNextOption: { WA: boolean; SMS: boolean; LINE: boolean; EMAIL: boolean; VOICE: boolean; }; export declare let pageNoOption: { WA: number; SMS: number; LINE: number; EMAIL: number; VOICE: number; }; export declare let optionList: { WA: WhatsAppAccountDto[]; SMS: WhatsAppAccountDto[]; LINE: WhatsAppAccountDto[]; EMAIL: WhatsAppAccountDto[]; VOICE: WhatsAppAccountDto[]; };