/** * CF-051: holders command * * agentlaunch holders
[--json] * * Fetches the holder list for a token from the API and displays it * as a table with Address, Balance, and Percentage columns. * * Endpoint: GET /transactions/holders/{address} */ import { Command } from "commander"; export declare function registerHoldersCommand(program: Command): void; //# sourceMappingURL=holders.d.ts.map