/**
 * `lpm whoami` — report logged-in Meego sites and suggest one for `lpm create`.
 * Read-only; prints a self-describing report to stdout and always exits 0
 * ("not logged in" is conveyed by the text, not an error code).
 * Never prints tokens: only origins + login dates flow through selectDomains.
 */
export declare function whoamiService(): Promise<void>;
