import { Context, IParserState } from '../parser/type'; export declare const enum Escape { Empty = -1, StrictOctal = -2, EightOrNine = -3, InvalidHex = -4, OutOfRange = -5 } export declare const scanString: (parser: IParserState, context: Context, quote: number) => any; //# sourceMappingURL=string.d.ts.map