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