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