import { IgResponseError } from './ig-response.error';
export declare class IgInactiveUserError extends IgResponseError {
}
