import { Parser, type StateDefinition } from "../internal"; export declare const CDATA: StateDefinition; export declare function checkForCDATA(parser: Parser): boolean;