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