export declare function createBraleAccount(accountData: any, token: string, idempotencyKey: string): Promise<any>;
export declare function getBraleAccountById(accountId: string, token: string): Promise<any>;
export declare function listBraleAccounts(token: string): Promise<any>;
