export type GetRuntimeLogsArgs = { accountName: string; serverName: string; spanId: string; token: string; }; export declare const getRuntimeLogs: ({ accountName, serverName, spanId, token }: GetRuntimeLogsArgs) => Promise; //# sourceMappingURL=getRuntimeLogs.d.ts.map