import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; import { Message, proto3 } from "@bufbuild/protobuf"; /** * @generated from message launches.v1.RunLaunchpadOrphanCleanupRequest */ export declare class RunLaunchpadOrphanCleanupRequest extends Message { constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "launches.v1.RunLaunchpadOrphanCleanupRequest"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): RunLaunchpadOrphanCleanupRequest; static fromJson(jsonValue: JsonValue, options?: Partial): RunLaunchpadOrphanCleanupRequest; static fromJsonString(jsonString: string, options?: Partial): RunLaunchpadOrphanCleanupRequest; static equals(a: RunLaunchpadOrphanCleanupRequest | PlainMessage | undefined, b: RunLaunchpadOrphanCleanupRequest | PlainMessage | undefined): boolean; } /** * @generated from message launches.v1.RunLaunchpadOrphanCleanupResponse */ export declare class RunLaunchpadOrphanCleanupResponse extends Message { constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "launches.v1.RunLaunchpadOrphanCleanupResponse"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): RunLaunchpadOrphanCleanupResponse; static fromJson(jsonValue: JsonValue, options?: Partial): RunLaunchpadOrphanCleanupResponse; static fromJsonString(jsonString: string, options?: Partial): RunLaunchpadOrphanCleanupResponse; static equals(a: RunLaunchpadOrphanCleanupResponse | PlainMessage | undefined, b: RunLaunchpadOrphanCleanupResponse | PlainMessage | undefined): boolean; } /** * @generated from message launches.v1.RunQuickLaunchSweepRequest */ export declare class RunQuickLaunchSweepRequest extends Message { constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "launches.v1.RunQuickLaunchSweepRequest"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): RunQuickLaunchSweepRequest; static fromJson(jsonValue: JsonValue, options?: Partial): RunQuickLaunchSweepRequest; static fromJsonString(jsonString: string, options?: Partial): RunQuickLaunchSweepRequest; static equals(a: RunQuickLaunchSweepRequest | PlainMessage | undefined, b: RunQuickLaunchSweepRequest | PlainMessage | undefined): boolean; } /** * @generated from message launches.v1.RunQuickLaunchSweepResponse */ export declare class RunQuickLaunchSweepResponse extends Message { constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "launches.v1.RunQuickLaunchSweepResponse"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): RunQuickLaunchSweepResponse; static fromJson(jsonValue: JsonValue, options?: Partial): RunQuickLaunchSweepResponse; static fromJsonString(jsonString: string, options?: Partial): RunQuickLaunchSweepResponse; static equals(a: RunQuickLaunchSweepResponse | PlainMessage | undefined, b: RunQuickLaunchSweepResponse | PlainMessage | undefined): boolean; }