import { FeathersError } from "@feathersjs/errors"; export declare class InvalidAPIError extends FeathersError { constructor(); }