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