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