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