import KappException from './kapp'; /** * @class Thrown if an error occurs when dealing with services. */ export declare class ServiceException extends KappException { }