import type { ZodType } from 'zod'; export declare const safeParseJson: (text: string) => Record | null; export declare const safeParseJsonSchema: (text: string, schema: ZodType) => T | null; //# sourceMappingURL=parse.d.ts.map