import type { WhoamiSelection } from './select';
/**
 * Render the self-describing `lpm whoami` report. The text itself tells the AI
 * what to do (suggest + confirm), so skills don't need to restate the rule.
 * Input is a WhoamiSelection, which carries only origins + timestamps — never
 * a token — so this output cannot leak credentials.
 */
export declare function formatWhoami(sel: WhoamiSelection): string;
