import { IToken } from '../token/base'; export declare class DeleteAccountResponse implements IToken { token: string; status: string; }