export declare type Dict = Record; export declare type DeepPartial = { [P in keyof T]?: DeepPartial; };