/** * Converts a json pointer path (https://datatracker.ietf.org/doc/html/rfc6901) * to a format which is followed by standard-schema and zod */ export declare function ZodPathFromJsonPointer(jsonPointer: string): PropertyKey[];