import { ClientSDK, RequestOptions } from "../lib/sdks.js"; export declare class LogsV1 extends ClientSDK { /** * GetLogsForProcess * * @remarks * Returns a stream of logs for a [process](https://hathora.dev/docs/concepts/hathora-entities#process) using `appId` and `processId`. */ getLogsForProcess(processId: string, appId?: string | undefined, follow?: boolean | undefined, tailLines?: number | undefined, options?: RequestOptions): Promise>; /** * DownloadLogForProcess * * @remarks * Download entire log file for a stopped process. */ downloadLogForProcess(processId: string, appId?: string | undefined, options?: RequestOptions): Promise>; } //# sourceMappingURL=logsv1.d.ts.map