import type { VextErrorDetails } from "../types/errors.js"; export declare function sanitizeErrorDetails(details: unknown): VextErrorDetails | undefined;