export declare const blacklistedNames: Map<string, string>;
export declare const INDEX_NAMES: string[];
export declare const GROUP_NAMES: string[];
export declare function iterateThroughReservedNames(namesToUse: Array<string>, namesInUse: Array<string>): string;
