import type { WrapOptions, WrapResult } from "../types.js";
export declare function runWrappedCommand(argv: string[], opts?: WrapOptions): Promise<WrapResult>;
