import * as z from "zod/v4"; import { ClosedEnum } from "../../types/enums.js"; export declare const AuthDirection: { readonly Inbound: "inbound"; readonly Outbound: "outbound"; }; export type AuthDirection = ClosedEnum; /** @internal */ export declare const AuthDirection$outboundSchema: z.ZodEnum; //# sourceMappingURL=authdirection.d.ts.map