export declare const isKeyword: (str: string) => boolean;
export declare function isIdentifierStart(code: number): boolean;
export declare function isIdentifierChar(code: number): boolean;
