export declare class CategoryNotFound extends Error { constructor(id: string); } export declare class DefaultCategoryNotAllowedToUpdate extends Error { constructor(); }