import { CoreError } from 'tydet-core';
export declare class IcmError extends CoreError {
    constructor(message?: string, err?: any);
}
