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