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