import { SdkError } from "@smithy/types";
export declare const defaultRetryDecider: (error: SdkError) => boolean;
