import { IgResponseError } from './ig-response.error';
import { AccountRepositoryLoginErrorResponse } from '../responses';
export declare class IgLoginInvalidUserError extends IgResponseError<AccountRepositoryLoginErrorResponse> {
}
