/** * Stub helper for CLI commands that are scaffolded but not yet wired to * fabric-api RPCs. Each T1 task replaces these with real implementations. */ export declare function notImplemented(commandName: string): never;