export declare const commandOpenLogs: import("../../core").CommandDef<{
  readonly envComponent: {
    readonly type: "string";
    readonly message: "environment:component";
    readonly positional: true;
    readonly choices: () => Promise<string[]>;
  };
}>;