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