export declare const PROFILE_FILENAME = "profile.json"; /** * Write a minimal real profile.json (identity.name from the OS account) unless * one that already passes profileJsonIsReal exists — never clobbers a profile * the koi actually wrote. Returns true when a seed was written. */ export declare function ensureSeedProfile(dir: string): boolean;