import type { SQLiteError } from './types.js'; export declare function extractError(error: SQLiteError): SQLiteError | Error;