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