export interface McpBundle { issuer: string; audience: string; federationSecret: string; serviceKey: string; } export declare function cloudMcpBundle(cloud: { apiKey: string; baseUrl?: string; }, appBaseUrl: string | undefined): () => Promise;