export declare class CreateOaAccountDto {
    name: string;
    oaId: string;
    appId: string;
    appSecret: string;
    channel: 'zalo' | 'facebook';
}
