import type { Logger } from "../lib/types.js"; export declare function runRecordedCommand(options: { commandName: string; homeDir: string; logger: Logger; variableArgs: Record; }): Promise; //# sourceMappingURL=run-recorded.d.ts.map