/** * Returns a set with all keys from the given objects * @param objects */ export declare const keysFrom: >(objects: T[]) => Set;