···11-import { Agent } from "@atproto/api"
11+import type { Agent } from "@atproto/api"
22import * as fs from "node:fs/promises"
33import * as path from "node:path"
44import mimeTypes from "mime-types"
55-import { BlogPost, BlobObject } from "../lib/types"
55+import type { BlogPost, BlobObject } from "../lib/types"
6677const LEXICON = "space.remanso.note"
88const MAX_CONTENT = 10000