GetTokenLargestAccountsApi: {
    getTokenLargestAccounts(
        tokenMint: Address,
        config?: Readonly<{ commitment?: Commitment }>,
    ): Readonly<{ context: Readonly<{ slot: Slot }>; value: TValue }>;
}

Type declaration