/** * Field Security CLI Commands (read-only) - 3 commands * Subcommand group: `fsp` */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerFieldSecurityCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=field-security-commands.d.ts.map