import { Server } from '@grpc/grpc-js'; /** * Starts a gRPC server for defining and verifying ContractCase contracts * * @returns the running server and the port it is listening on */ export declare function main(): Promise<{ server: Server; port: string; }>; //# sourceMappingURL=contract-case-stream.d.mts.map