import { TwirpContext, TwirpServer } from 'twirp-ts'; import { Empty } from '../../../google/protobuf/empty.js'; import { Timestamp } from '../../../google/protobuf/timestamp.js'; export interface ClockTwirp { Now(ctx: T, request: Empty): Promise; } export declare enum ClockMethod { Now = "Now" } export declare const ClockMethodList: ClockMethod[]; export declare function createClockServer(service: ClockTwirp): TwirpServer>>, T>; //# sourceMappingURL=clock.twirp.d.ts.map