export declare type Omit = Pick>; export declare type MapType = { [index: string]: T; }; export declare type ExtendFunc = T | (() => T);