export declare const awaitWithAbortSignal: (promiseArg: Promise, signalArg: AbortSignal) => Promise;