export declare type RejectFunction = (err: Error) => void;
