/**
 * Checks if word is a reserved word in non-strict mode
 */
export declare function isReservedWord(word: string, inModule?: boolean): boolean;
export declare function isKeyword(word: string): boolean;
//# sourceMappingURL=identifiers.d.ts.map