import { InstallerOptions } from '../options';
/**
 * Patch a TypeScript module
 */
export declare function patch(moduleName: string, opts?: Partial<InstallerOptions>): boolean;
export declare function patch(moduleNames: string[], opts?: Partial<InstallerOptions>): boolean;
