import type { Queue } from '../types';
import type { AIFunctionOptions } from '../types';
export declare function createQueue(options: AIFunctionOptions): Queue | undefined;
export declare function queueGenerator<T>(generator: () => AsyncGenerator<T>, queue: Queue | undefined): AsyncGenerator<T>;
//# sourceMappingURL=manager.d.ts.map