export declare function forEachIndexing(callback?: (value?: string | null, key?: string, index?: number) => void): void;
