interface ProcessOptions { [key: string]: string; } export declare const processTemplate: (sourceDir: string, targetDir: string, replacements: ProcessOptions, cleanupSource?: boolean) => Promise; export {}; //# sourceMappingURL=processor.d.ts.map