import cp from "child_process";
export declare namespace TtscExecutor {
    const run: (props: {
        cwd: string;
        env?: NodeJS.ProcessEnv;
        project: string;
        stdio?: cp.StdioOptions;
    }) => Buffer;
}
