import { CustomError } from 'ts-custom-error';
export declare class IgClientError extends CustomError {
    constructor(message?: string);
}
