import type { Core } from "../core/index.js"; import type { Ctx } from "../ctx/index.js"; import type { Insertion } from "../insert/index.js"; import type { Mod } from "../mod/index.js"; export declare function insertionApply(mod: Mod, ctx: Ctx, insertion: Insertion, core: Core): Core; //# sourceMappingURL=insertionApply.d.ts.map