import { IParserState } from '../parser/type'; import { Token } from './token'; export declare function scanIdentifier(parser: IParserState): Token; //# sourceMappingURL=identifier.d.ts.map