import type { RxJsonSchema } from '../../types/index.js'; export declare function getValidator(schema: RxJsonSchema): (docData: any) => any; export declare const wrappedValidateIsMyJsonValidStorage: (args: { storage: import("../../index.js").RxStorage; }) => import("../../index.js").RxStorage;