import type { Log } from "../logger/log-entry"; /** * A very basic command that shows the latest command runs. * * TODO: Create actual sub commands. This is only used for smoke testing the cloud integration * for now. */ export declare const showCommand: import("@garden-io/grow-sdk/declarations/command").DeclaredCommand, "many">; exitCode: import("zod").ZodNumber; result: import("zod").ZodRecord; }, "strict", import("zod").ZodTypeAny, { result: Record; errors: import("@garden-io/grow-sdk/errors").GrowError[]; exitCode: number; }, { result: Record; errors: import("@garden-io/grow-sdk/errors").GrowError[]; exitCode: number; }>, { needsConfig: boolean; usesCloud: boolean; isHidden: boolean; aliases: string[]; }, { log: Log; ctx: import("..").GrowContext; globalOpts: import("@garden-io/grow-sdk/declarations/params").ParameterValues; }>;