import type { RelaunchArguments } from "./RelaunchArguments.js"; export type SeelenCommandRunArgs = { program: string; args: RelaunchArguments | null; workingDir: string | null; elevated: boolean; }; //# sourceMappingURL=SeelenCommandRunArgs.d.ts.map