import Command from '../../base-command';
export default class ResetConfig extends Command<typeof ResetConfig> {
    static description: string;
    run(): Promise<void>;
}
//# sourceMappingURL=reset.d.ts.map