import type { Node } from "acorn"; export declare function syntaxError(message: string, node: Node, input: string): SyntaxError;