import type { MilkdownPlugin, TimerType } from '@milkdown/ctx'; import { Schema } from '@milkdown/prose/model'; import type { MarkSchema, NodeSchema } from '@milkdown/transformer'; export declare const SchemaReady: TimerType; export declare const schemaTimerCtx: import("@milkdown/ctx").SliceType; export declare const schemaCtx: import("@milkdown/ctx").SliceType, "schema">; export declare const nodesCtx: import("@milkdown/ctx").SliceType<[string, NodeSchema][], "nodes">; export declare const marksCtx: import("@milkdown/ctx").SliceType<[string, MarkSchema][], "marks">; export declare const schema: MilkdownPlugin; //# sourceMappingURL=schema.d.ts.map