/** * DEPRECATED — the hosted gateway receipt reporter has moved. * * `reportReceipt` / `reportEvaluation` were product-integration glue, not * protocol primitives, and now live at @aeoess/gateway * (src/sdk-migrated/gateway-reporter.ts). Adapter callers that want * gateway telemetry should supply their own reporter via the adapter's * `onReceipt` callback. * * See MIGRATION.md. */ export declare function reportReceipt(): Promise; export declare function reportEvaluation(): Promise; export type GatewayReporterConfig = never; //# sourceMappingURL=gateway-reporter.d.ts.map