import { ParserState, Context } from '../parser/common'; import { Token } from '../token'; export declare const firstCharKinds: Token[]; export declare function scan(parser: ParserState, context: Context, source: string, index: number, length: number, token: Token, lastIsCR: 0 | 1, lineStart: boolean, allowRegExp: 0 | 1): Token; export declare function nextToken(parser: ParserState, context: Context, allowRegExp: 0 | 1): void; //# sourceMappingURL=scan.d.ts.map