export declare function forEachBreakable(callback?: (value?: string | null, key?: string) => boolean): void;
