import { Command } from "commander"; /** * Creates the `skaile show` command. * * With no arguments prints a deployed-asset overview (grouped by domain with * sync status). With `kind name` or `kind:name` arguments prints the raw * source content of a specific deployed asset. * * @returns Configured {@link Command} ready for `program.addCommand()`. * @docLink cli/commands/show#make-show-command */ export declare function makeShowCommand(): Command; //# sourceMappingURL=show.d.ts.map