import type { PaConfig } from "./config.js"; import { type LogQueryOptions, type ServiceLogEntry, type ServiceLogName } from "./log-query.js"; export declare function hasLocalLogSource(config: PaConfig, service: ServiceLogName | "all", cwd?: string): boolean; export declare function queryLocalLogs(options: LogQueryOptions, config: PaConfig, cwd?: string): Promise;