import { type ActiveProfile } from "../../../domain/sentinel/policy/profile.js"; export declare class ActiveProfileStore { private readonly store; constructor(workspaceRoot: string); read(): Promise; write(active: ActiveProfile): Promise; } //# sourceMappingURL=profile-store.d.ts.map