import type { ComponentContext } from "../../../../pipeline/src/index.js";
import type { CommandInstance } from "vorpal";
export declare const openGoogleCloudRunDashboard: (instance: CommandInstance, context: ComponentContext) => Promise<void>;
