/** * method-catalog-power.ts, sleep-ownership verbs: the served power state * (the always-visible "sleep disabled" chip renders from it) and the owner * keep-awake toggle (daemon-held, independent of work state). */ import type { GatewayMethodDescriptor } from './method-catalog-shared.js'; export declare const builtinGatewayPowerMethodDescriptors: readonly GatewayMethodDescriptor[]; //# sourceMappingURL=method-catalog-power.d.ts.map