import { bootstrap } from '@fetchproxy/bootstrap'; import type { Command } from '../args.js'; import type { Profile } from '../profiles.js'; import { type Io } from '../output.js'; export declare function runSession(cmd: Extract, profile: Profile, io: Io, bootstrapFn?: typeof bootstrap): Promise;