export declare const reserved_keywords: Set; export declare function is_reserved_keyword(name: any): boolean;