variable applyPatchimport { applyPatch } from "https://dotland.deno.dev/x/live@1.107.0/daemon/fs/common.ts"; type(content: string | null, patch: Patch) => { conflict: true | false; content?: string; }