export default function isPromise(a: any): a is Promise<any>;
