interface LogsCommandOptions { projectDir: string; commandNames: string[]; limit?: number; startAtId?: number; } export declare function handleLogsCommand(req: LogsCommandOptions): Promise; export {}; //# sourceMappingURL=logs-command.d.ts.map