import type { PathLike } from 'fs'; export declare function compileSwc(srcPath: PathLike, distPath: PathLike): Promise;