declare class UnsupportedSchemaFeatureError extends Error { constructor(feature: string, driver: string); } export { UnsupportedSchemaFeatureError };