/**
 * Representation of the 'ServiceNowConfig' schema.
 */
export type ServiceNowConfig = {
    /**
     * @example [
     *   "active=true",
     *   "sys_domain_path=/health"
     * ]
     * Min Items: 1.
     */
    includePaths?: string[];
} & Record<string, any>;
//# sourceMappingURL=service-now-config.d.ts.map