import { z } from 'zod'; export declare const ApId: z.ZodString; export type ApId = z.infer; export declare const apId: (size?: number) => string; export declare const secureApId: (length: number) => string; //# sourceMappingURL=id-generator.d.ts.map