import type { ConfluentRestClient } from "../confluent/client-manager.js"; export declare function resolveKafkaBootstrap(cloudClient: ConfluentRestClient, clusterId: string, envId: string): Promise; export declare function resolveKafkaRestEndpoint(cloudClient: ConfluentRestClient, clusterId: string, envId: string): Promise; export declare function resolveSchemaRegistryEndpoint(cloudClient: ConfluentRestClient, clusterId: string, envId: string): Promise; export declare function resolveSchemaRegistryClusterId(cloudClient: ConfluentRestClient, envId: string): Promise; //# sourceMappingURL=oauth-resource-resolvers.d.ts.map