import { type StateDefinition, type Meta } from "../internal"; interface RegExpMeta extends Meta { isInCharSet: boolean; } export declare const REGULAR_EXPRESSION: StateDefinition; export {};