import { IgClientError } from './ig-client.error';
export declare class IgRequestsLimitError extends IgClientError {
    constructor();
}
