import type { CommandModule } from 'yargs'; interface ShowCommandArgs { modelName?: string; } export declare const showCommand: CommandModule<{}, ShowCommandArgs>; export {};