export interface LogsOptions {
    follow?: boolean;
    service?: string;
    tail?: number;
}
export declare function logsCommand(service: string | undefined, options: LogsOptions): Promise<void>;
//# sourceMappingURL=logs.d.ts.map