import type { CmsContext } from "../../types/index.js"; import type { ICmsGraphQLSchemaPlugin } from "../../plugins/index.js"; export interface CreateModelsSchemaParams { context: CmsContext; } export declare const createModelsSchema: ({ context }: CreateModelsSchemaParams) => ICmsGraphQLSchemaPlugin;