export declare class Hyprland {
    getOutputs(): any;
    getWorkspaces(): any;
    getActiveWorkspace(): any;
    getClients(): any;
}
