import { Command } from 'commander'; import React from 'react'; interface LinkViewProps { refPath?: string; yes: boolean; } export declare const LinkView: React.FC; export declare function registerLinkCommand(program: Command): void; export {};