import { ConeScaffoldProps, PkgJsonPatch, Obj, ProjectFileProcessor } from '../type'; export declare const processorMap: Record; export declare function postProcessFile({ srcDir, destDir, filepath, str, props, pkgJsonPatch, }: { srcDir: string; destDir: string; filepath: string; str: string | Obj; props: ConeScaffoldProps; pkgJsonPatch?: PkgJsonPatch; }): Promise; //# sourceMappingURL=template.d.ts.map