import { Command } from "commander"; export declare function showCommand(id: string, options: { format?: string; }): Promise; export declare function registerShowCommand(program: Command): void; //# sourceMappingURL=show.d.ts.map