export declare const promise: (cb: (res: any, rej?: any) => any) => Promise;