import { MethodKind } from "@bufbuild/protobuf"; import { CheckSubgraphHealthRequest, CheckSubgraphHealthResponse, IngestBlockaidMetadataRequest, IngestBlockaidMetadataResponse, RefreshProtocolStatsRequest, RefreshProtocolStatsResponse, RunLaunchpadOrphanCleanupRequest, RunLaunchpadOrphanCleanupResponse, RunQuickLaunchSweepRequest, RunQuickLaunchSweepResponse } from "./workerService_pb.js"; /** * @generated from rpc data.v1.WorkerService.RefreshProtocolStats */ export declare const refreshProtocolStats: { readonly localName: "refreshProtocolStats"; readonly name: "RefreshProtocolStats"; readonly kind: MethodKind.Unary; readonly I: typeof RefreshProtocolStatsRequest; readonly O: typeof RefreshProtocolStatsResponse; readonly service: { readonly typeName: "data.v1.WorkerService"; }; }; /** * @generated from rpc data.v1.WorkerService.CheckSubgraphHealth */ export declare const checkSubgraphHealth: { readonly localName: "checkSubgraphHealth"; readonly name: "CheckSubgraphHealth"; readonly kind: MethodKind.Unary; readonly I: typeof CheckSubgraphHealthRequest; readonly O: typeof CheckSubgraphHealthResponse; readonly service: { readonly typeName: "data.v1.WorkerService"; }; }; /** * @generated from rpc data.v1.WorkerService.IngestBlockaidMetadata */ export declare const ingestBlockaidMetadata: { readonly localName: "ingestBlockaidMetadata"; readonly name: "IngestBlockaidMetadata"; readonly kind: MethodKind.Unary; readonly I: typeof IngestBlockaidMetadataRequest; readonly O: typeof IngestBlockaidMetadataResponse; readonly service: { readonly typeName: "data.v1.WorkerService"; }; }; /** * @generated from rpc data.v1.WorkerService.RunLaunchpadOrphanCleanup */ export declare const runLaunchpadOrphanCleanup: { readonly localName: "runLaunchpadOrphanCleanup"; readonly name: "RunLaunchpadOrphanCleanup"; readonly kind: MethodKind.Unary; readonly I: typeof RunLaunchpadOrphanCleanupRequest; readonly O: typeof RunLaunchpadOrphanCleanupResponse; readonly service: { readonly typeName: "data.v1.WorkerService"; }; }; /** * @generated from rpc data.v1.WorkerService.RunQuickLaunchSweep */ export declare const runQuickLaunchSweep: { readonly localName: "runQuickLaunchSweep"; readonly name: "RunQuickLaunchSweep"; readonly kind: MethodKind.Unary; readonly I: typeof RunQuickLaunchSweepRequest; readonly O: typeof RunQuickLaunchSweepResponse; readonly service: { readonly typeName: "data.v1.WorkerService"; }; };