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