/**
 * Thrown when the API call is aborted by the caller.
 *
 * Note that when an AbortError is thrown, it is not a guarantee that the API call
 * did not go through.
 */
export declare class AbortError extends Error {
    constructor(message?: string);
}
//# sourceMappingURL=abortError.d.ts.map