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