declare const SchemaInvalid_base: import("defekt/build/lib/CustomErrorConstructor").CustomErrorConstructor<any, "SchemaInvalid">;
declare class SchemaInvalid extends SchemaInvalid_base {
}
export { SchemaInvalid };
