declare function basicGrpcExample(): Promise; declare function streamingGrpcExample(): Promise; declare function errorHandlingExample(): Promise; declare function authenticationExample(): Promise; declare function contextManagementExample(): Promise; export { basicGrpcExample, streamingGrpcExample, errorHandlingExample, authenticationExample, contextManagementExample, }; //# sourceMappingURL=grpc-integration.d.ts.map