/** * Retry function with standardized parameters for AWS throttling */ export declare function retry(operation: () => Promise, extraIsRetryableError?: (error: any) => boolean): Promise; //# sourceMappingURL=retry.d.ts.map