import type { SkillProfile, SkillSelection, StationSkillState } from "../types/skill-selection.js"; export declare function readSkillProfile(profileId: string): Promise; export declare function saveSkillProfile(profileId: string, selections: SkillSelection[], revision?: string): Promise; export declare function readStationSkillState(stationId: string): Promise;