export declare class NFTCollectionError extends Error { constructor(message: string); } export declare class CollectionValidationError extends NFTCollectionError { constructor(field: string); } export declare class AssetValidationError extends NFTCollectionError { constructor(field: string); } export declare class AssetTopicsError extends NFTCollectionError { constructor(); }