export declare function promisify<T>(someResult: Promise<T> | T): Promise<T>;
