export declare function toList<T extends any>(object: any): T[];
export declare function toValueList<T extends any>(object: any): T[];
