export declare const promisify: <T>(arg: T | Promise<T>) => Promise<T>;
