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