export declare function swcTranspiler(sourceFilePath: string, buildFilePath: string): Promise; export declare function createBuildWatcher(watch?: boolean): { start: () => Promise; }; //# sourceMappingURL=swc.d.ts.map