import type { CharacterParser, CharacterParserConstructor } from './character.types'; export declare const parseCharacter: CharacterParserConstructor; export declare const parseNotCharacter: CharacterParserConstructor; export declare const parseAnyCharacter: CharacterParser;