/** * This error will be thrown if something goes wrong in the view module * * @typedef {Error} ViewError */ export declare class ViewError extends Error { constructor(message: string); }