import { CLIContext, type CloudCliConfig } from '../types';
declare const buildLogsServiceFactory: ({ logger }: CLIContext) => (url: string, token: string, cliConfig: CloudCliConfig) => Promise<unknown>;
export { buildLogsServiceFactory };
//# sourceMappingURL=build-logs.d.ts.map