interface AWSError {
    code?: string;
}
export declare class Throttler {
    static isThrottledError(err: AWSError): boolean;
}
export {};
