import childProcess from "node:child_process";
export declare function remove(filepath: string): childProcess.ChildProcess;
export declare function tsc(options: Record<string, string | boolean>): childProcess.ChildProcess;
export declare function copyfiles(rootDir: string, outDir: string): childProcess.ChildProcess;
export declare function script(scr: string): childProcess.ChildProcess;
export declare function exec(filepath: string): childProcess.ChildProcess;
//# sourceMappingURL=index.d.ts.map