import type { LixSchemaDefinition } from "../schema-definition/definition.js"; import type { LixPlugin } from "./lix-plugin.js"; export declare const MockJsonPropertySchema: LixSchemaDefinition; /** * A mock plugin that handles JSON data. * * Use this mock plugin for testing purposes. Do not * use this plugin in production! It may change at * any time. * * @example * const lix = await openLix({ * providePlugins: [mockJsonPlugin], * }); */ export declare const mockJsonPlugin: LixPlugin; //# sourceMappingURL=mock-json-plugin.d.ts.map