export declare const to: (promise: Promise) => Promise<[ error: any, sucess: any ]>; export default to; //# sourceMappingURL=to.d.ts.map