/** * `clustly keys` / `clustly keys revoke ` — command glue over hosting/keys.ts. * The list shows the 8-char prefix (what the console and the server logs call the key), never * the key itself; a builder revokes the prefix they see. */ export declare function keysCommand(usage: string): Promise;