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