export declare class SchemaError extends Error { readonly table?: string; constructor(message: string, table?: string); } //# sourceMappingURL=SchemaError.d.ts.map