import childProcess from "node:child_process";
export declare function remove({ filepath }: {
    filepath: string;
}): childProcess.ChildProcess;
export declare function tsc(options: string[]): childProcess.ChildProcess;
export declare function copyfiles({ rootDir, outDir, }: {
    rootDir: string;
    outDir: string;
}): childProcess.ChildProcess;
export declare function exec({ filepath }: {
    filepath: string;
}): childProcess.ChildProcess;
//# sourceMappingURL=index.d.ts.map