import { type ConfigKey } from '../config/index.js'; import type { ProfileData } from './manager.js'; export declare function configSnapshotToProfileData(snapshot: Record): ProfileData; export declare function profileDataToConfigSnapshot(data: ProfileData): Partial>; //# sourceMappingURL=shape.d.ts.map