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