/**
 * 执行Promise
 * @param promise
 */
export declare function to<T>(promise: Promise<T>): Promise<[err: any, data: T]>;
