import type { TwmPluginNode } from "./TwmPluginNode.js"; export type TwmPlugin = { /** * null means no tiling, only float layout */ structure: TwmPluginNode | null; }; //# sourceMappingURL=TwmPlugin.d.ts.map