export declare type ResolveFunc<T = any> = (value?: T) => void;
export declare type RejectFunc = (reason?: any) => void;
