export declare function forEachProp(object: any, callback?: (key?: string, index?: number) => void): void;
