import { AccountDataType, AccountConfigType } from '../types';
export declare function logoutRequest(accountData: AccountDataType, accountConfig: AccountConfigType): Promise<void>;
//# sourceMappingURL=logout.d.ts.map