import * as z from "zod/v3"; export type Security = { hathoraDevToken?: string | undefined; }; /** @internal */ export type Security$Outbound = { hathoraDevToken?: string | undefined; }; /** @internal */ export declare const Security$outboundSchema: z.ZodType; export declare function securityToJSON(security: Security): string; //# sourceMappingURL=security.d.ts.map