import { ConeScaffoldProps } from '../type'; export declare function processJs({ filepath, str, props, }: { filepath: string; str: string; props: ConeScaffoldProps; }): string; //# sourceMappingURL=js.d.ts.map