export declare class SchemaError extends Error {
    constructor(message: string);
}
