export declare const javaReservedKeywords: string[]; export declare const isReservedJavaKeyword: (keyword: string) => boolean;