export declare function getBearer(accountId: string, username: string, password: string): Promise<string>;
