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