import type { AzureContentSafetyOutput } from './azure-content-safety-output.js';
/**
 * Representation of the 'AzureContentSafetyOutputFilterConfig' schema.
 */
export type AzureContentSafetyOutputFilterConfig = {
    /**
     * Name of the filter provider type
     * @example "azure_content_safety"
     */
    type: 'azure_content_safety';
    config?: AzureContentSafetyOutput;
};
//# sourceMappingURL=azure-content-safety-output-filter-config.d.ts.map