/** Error signifying input is not valid */ export declare class ValidationError extends Error { } /** Error signifying function threw due to not being able to handle the input - e.g. size/complexity */ export declare class ComplexityError extends Error { }