export declare class OaAccountMaster {
    id: string;
    tenantId: string;
    oaId: string;
    accessToken: string;
    channel: 'zalo' | 'facebook';
    expiredAt: Date;
    createdAt: Date;
    updatedAt: Date;
}
