export declare function replaceStubs(content: string, replacements: any): string; export declare function generateStub(originalPath: string, newPath: string, replacements: any): void; //# sourceMappingURL=stubs.d.ts.map