import { z, type RefinementCtx } from 'zod'; export declare function getPackageInfo(): Promise; export declare function generateItemIdFromMetadata(metadata: Record): string; export declare function isASCII(str: string): boolean; export declare function parseZodErrorToString(err: z.ZodError): string; export declare function oneOf, K2 extends Extract>(key1: K1, key2: K2): (arg: A, ctx: RefinementCtx) => void;