import type { Item } from '@directus/types';
import type { SQLiteError } from './types.js';
export declare function extractError(error: SQLiteError, data: Partial<Item>): SQLiteError | Error;
