import type { ObservationEnvelope, RawObservationInput, RuntimeContext } from "./types.js"; export declare function sanitizeObservation(input: RawObservationInput, context?: Partial): ObservationEnvelope; //# sourceMappingURL=sanitize.d.ts.map