type RecordType = Record; export declare function extendsObject(...list: T[]): RecordType; export {};