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