import type { SeedInput } from '../seed'; import type { RestPosture, RestSession } from './rest.types'; export declare function createRestSession(seed: SeedInput, baseHealFraction?: number): RestSession; export declare function chooseRestPosture(s: RestSession, posture: RestPosture): RestSession; export declare function chooseRestOption(s: RestSession, optionId: string): RestSession; export declare function continueRestWatch(s: RestSession): RestSession; export declare function claimRestOutcome(s: RestSession): RestSession; //# sourceMappingURL=rest.engine.d.ts.map