export declare function isReservedName(name: string): string[] | undefined; export declare const CSHARP_RESERVED: Set; export declare const JAVA_RESERVED: Set; export declare const PYTHON_RESERVED: Set; export declare const GO_RESERVED: Set; //# sourceMappingURL=reserved-words.d.ts.map