/** * Metadata CLI Commands - 5 commands for entity metadata inspection */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerMetadataCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=metadata-commands.d.ts.map