import * as z from "zod/v4"; import { OpenEnum } from "../types/enums.js"; /** * An OpenRouter data region: `global` (https://openrouter.ai), `europe` (https://eu.openrouter.ai), or `us` (https://us.openrouter.ai) */ export declare const GuardrailDataRegion: { readonly Global: "global"; readonly Europe: "europe"; readonly Us: "us"; }; /** * An OpenRouter data region: `global` (https://openrouter.ai), `europe` (https://eu.openrouter.ai), or `us` (https://us.openrouter.ai) */ export type GuardrailDataRegion = OpenEnum; /** @internal */ export declare const GuardrailDataRegion$inboundSchema: z.ZodType; /** @internal */ export declare const GuardrailDataRegion$outboundSchema: z.ZodType; //# sourceMappingURL=guardraildataregion.d.ts.map