declare function caught<T>(promise: Promise<T>): Promise<T>;

export = caught;
