import { z } from 'zod'; export declare function isValidNIP(nip: string): boolean; export declare const nipSchema: z.ZodEffects; //# sourceMappingURL=helpers.d.ts.map