export declare function getResultPromise<T>(promise: PromiseLike<T>): Promise<T | undefined>;
