import { Command } from 'commander'; export declare const tailCommand: Command; export declare function registerTailCommand(log: Command): void;