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