export declare class GetConversationsDto {
    oaAccountId: string;
    page?: number;
    limit?: number;
    search?: string;
}
