interface LogsOpts { lines?: string; follow?: boolean; } export declare function logs(name: string, opts: LogsOpts): Promise; export {};