export declare const fieldPathToSchemaPath: (fieldPath: string) => string; export declare const schemaPointerToFieldPath: (jsonPointer: string) => string; export declare const fieldPathToSchema: (schema: object, fieldPath: string) => any;