export default function promiseFinally(value: T | Promise, cb: () => void | Promise): Promise;