declare const recordIngestCaptureOutcome: (sessionId: string, outcome: "failure" | "success") => Promise; export { recordIngestCaptureOutcome };