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