import { IgClientError } from './ig-client.error';
export declare class IgChallengeWrongCodeError extends IgClientError {
}
