/** * promise 结果转数组 */ export declare function to(promise: Promise): Promise<[any, any]>;