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