export declare function checkIdent(code: string, pos: number, text: string): boolean;
export declare function isEOL(code: string, pos: number): boolean;
export declare function isBrOrWsOrPunctuatorNotDot(ch: string): boolean;
export declare function isPunctuator(ch: string): boolean;
export declare function keywordStart(source: string, pos: number): boolean;
