/** * Build an enhanced error message for query failures, including filterable * fields for the entity and alternative tool suggestions when applicable. */ export declare function buildQueryErrorMessage(entity: string, code?: string, message?: string, detail?: string, rawError?: unknown): string; //# sourceMappingURL=filterable-fields.d.ts.map