import { Character } from "./Character"; import { Value } from "./Value"; export declare const ESCAPE: Character; export declare const NEWLINE: Character; export declare const SPACE: Character; export declare const PIPE: Character; export declare const ESCPIPE: Value;