import { IgResponseError } from './ig-response.error'; import { CheckpointResponse } from '../responses'; export declare class IgCheckpointError extends IgResponseError { get url(): string; get apiUrl(): string; }