import APIError from './APIError'; declare class MissingCollectionLabel extends APIError { constructor(); } export default MissingCollectionLabel;