import { IgClientError } from './ig-client.error'; export declare class IgNoCheckpointError extends IgClientError { constructor(message?: string); }