type Options = { file: string; args: string[]; }; export default function exec({ file, args }: Options): Promise; export {}; //# sourceMappingURL=exec.d.ts.map