import type { RuntimeEnv } from "agdi/plugin-sdk/runtime"; export declare function githubCopilotLoginCommand(opts: { profileId?: string; yes?: boolean; }, runtime: RuntimeEnv): Promise;