import { Alignment, type Frame } from "../../../gen/types/mod.js"; interface args { frame: Frame; originX?: Alignment | null; originY?: Alignment | null; } export declare function initMonitorsState(): Promise; export declare function adjustPositionByPlacement({ frame: { x, y, width, height }, originX, originY, }: args): Frame; export declare function fitIntoMonitor({ x, y, width, height }: Frame): Frame; export {}; //# sourceMappingURL=positioning.d.ts.map