import type { CommandAction } from '../../types/CommandAction.js'; import type { LinkOptions } from './types/LinkOptions.js'; /** * Defines the "link" verb entry point. */ export declare const execute: CommandAction; //# sourceMappingURL=execute.d.ts.map