/**
 * Stream options for output filtering. Will be ignored if stream is false.
 */
export type FilteringStreamOptions = {
    /**
     * Number of characters that should be additionally sent to content filtering services from previous chunks as additional context.
     * Maximum: 10000.
     */
    overlap?: number;
};
//# sourceMappingURL=filtering-stream-options.d.ts.map