import Command from './../../base';
export default class AccountReset extends Command {
    static description: string;
    run(): Promise<void>;
}
