import type { Command } from '../args.js'; import { type Io } from '../output.js'; export declare function runTrust(cmd: Extract, io: Io, trustDir?: string): Promise;