import type { Node } from "unist";
export declare const setupNodeForTwoslashException: (code: string, node: Node, error: unknown) => void;
