import { type ClientConfiguration, type RateLimit } from '@sp-api-sdk/common';
import { SellersApi } from './api-model';
export declare const clientRateLimits: RateLimit[];
export declare class SellersApiClient extends SellersApi {
    constructor(configuration: ClientConfiguration);
}
