export function ensurePromise(value: any): Promise; export function isPromise(value: any): boolean;