import { WithMark } from "../types.js"; export declare const code: (maybeNode: WithMark | string) => WithMark;