import type { State } from '../types'; export declare const parens: (state: State, char: "(" | ")" | "[" | "]" | "{" | "}" | "|") => State;