5 lines
137 B
TypeScript
5 lines
137 B
TypeScript
|
import { CustomError } from './custom-error';
|
||
|
export declare class InvalidDetectionDepthValue extends CustomError {
|
||
|
constructor();
|
||
|
}
|