export declare function mapEachProp(object: any, callback?: (key: string, index: number) => any): any[] | undefined;
