/** @deprecated  */
export default class AlreadyExistsInCollectionError extends Error {
    constructor(cause?: string);
}
