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