import { ResetCommandOptions } from './command-object';
export declare function resetHandler(args: ResetCommandOptions): Promise<void>;
