export declare class PromiseUtils {
    static sync(promise: Promise<any>): [any, any];
}
