import { UiSchema } from "@rjsf/utils"; import { EditFieldsOptions, ModelName, Schema, SchemaDefinitions } from "../types"; export type Schemas = { schema: any; uiSchema: UiSchema; }; export declare function getSchemaForResource(schema: any, resource: string): any; export declare function getSchemas(data: any, schema: SchemaDefinitions[M], editFieldsOptions?: EditFieldsOptions): Schemas & { edit: boolean; id?: string | number; }; export declare const getDefinitionFromRef: (schema: Schema, ref: string) => import("..").SchemaModel; //# sourceMappingURL=jsonSchema.d.ts.map