ExecutionEnv: Env & {
    queue?: PQueue;
    sendRate?: number;
    skipPreflight?: boolean;
    throttler?: PQueue;
}