/** * Lightweight tRPC HTTP client for the QAW platform API. * * Used at runtime by getInbox (email polling) and potentially other * platform features. Requires QAW_TOKEN env var for authentication. */ export declare function callPlatformAPI(opts: { endpoint: string; input: Record; }): Promise; //# sourceMappingURL=platformClient.d.ts.map