import { AutorestArgs } from "../args";
/**
 * Reset autorest, this will:
 * - Clear all installed extensions
 * - Cleared all installed core
 * @param args CLI args
 * @returns Exit code.
 */
export declare const resetAutorest: (args: AutorestArgs) => Promise<number>;
//# sourceMappingURL=reset.d.ts.map