export interface OutputCatcher { onOutput(output: T, options?: { p?: number; }): Promise; getOutputs(): T[]; getOutput(): T | undefined; } export declare function NewOutputCatcher(): OutputCatcher; //# sourceMappingURL=outputCatcher.ai.d.ts.map