import { InstallerOptions } from "../options";
/**
 * Remove patches from TypeScript modules
 */
export declare function uninstall(opts?: Partial<InstallerOptions>): boolean;
