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