import type { Rect } from "./Rect.js"; export type SeelenCommandSetAppWindowsPositionsArgs = { positions: { [key in number]: Rect; }; }; //# sourceMappingURL=SeelenCommandSetAppWindowsPositionsArgs.d.ts.map