import { VessPaths } from '../config/paths'; export interface ResetOptions { paths?: VessPaths; /** Skip confirmation prompt (for testing / CI) */ skipConfirm?: boolean; } export declare function runReset(options?: ResetOptions): Promise; //# sourceMappingURL=reset.d.ts.map