import { OutputCatcher } from './outputCatcher.ai'; export declare class OutputCatcherImpl implements OutputCatcher { private outputs; private noPriorityOutputs; onOutput(output: T, options?: { p?: number; }): Promise; getOutputs(): T[]; getOutput(): T | undefined; } //# sourceMappingURL=outputCatcher.ai.impl.d.ts.map