import * as z from "zod"; export type Security = { UapiAdminBearerAuth?: string | undefined; UapiKey?: string | undefined; }; export declare const Security$zodSchema: z.ZodType; //# sourceMappingURL=security.d.ts.map