import type { RestDreamDef, RestPosture, RestPostureDef, RestWatchKind } from './rest.types'; export declare const REST_TUNING: Readonly<{ watchesPerNight: 3; warmthStart: 2; warmthMax: 4; woodStart: 2; healPerWarmth: 0.04; healPerComfort: 0.05; cleanseWarmth: 3; restoredAt: 0.55; restedAt: 0.35; }>; export declare const REST_WATCHES_PER_NIGHT: 3; export declare const REST_WARMTH_MAX: 4; export declare const REST_POSTURES: readonly RestPostureDef[]; export declare function getRestPostureDef(key: RestPosture): RestPostureDef; export declare const REST_WATCH_BAG: readonly RestWatchKind[]; export declare const REST_DREAMS: readonly RestDreamDef[]; export declare function getRestDreamDef(id: string): RestDreamDef; //# sourceMappingURL=rest.content.d.ts.map