/** * Linked Service CLI Commands - 1 command for linked service operations */ import type { Command } from 'commander'; import type { ServiceContext } from '../../context-factory.js'; export declare function registerLinkedServiceCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=linked-service-commands.d.ts.map