export { XdsServer } from './server'; export { XdsChannelCredentials, XdsServerCredentials } from './xds-credentials'; /** * Register the "xds:" name scheme with the @grpc/grpc-js library. */ export declare function register(): void;