import type { MilkdownPlugin, SliceType } from '@milkdown/ctx'; export type $Ctx = MilkdownPlugin & { key: SliceType; }; export declare function $ctx(value: T, name: N): $Ctx; //# sourceMappingURL=$ctx.d.ts.map