import { CustomError } from './custom-error'; export declare class InvalidDetectionDepthValue extends CustomError { constructor(); }