import { z } from 'zod'; export declare const ApiTokensSchema: z.ZodObject<{ uuid: z.ZodString; token: z.ZodString; tokenName: z.ZodString; createdAt: z.ZodEffects; updatedAt: z.ZodEffects; }, "strip", z.ZodTypeAny, { tokenName: string; token: string; uuid: string; createdAt: Date; updatedAt: Date; }, { tokenName: string; token: string; uuid: string; createdAt: string; updatedAt: string; }>; //# sourceMappingURL=api-tokens.schema.d.ts.map