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