import type { TokenAmount } from "@saberhq/token-utils"; export interface ClaimableAmounts { allClaimable: (TokenAmount | null)[]; sum: TokenAmount | null; } export declare type GetAllClaimableAmounts = (amount?: number) => ClaimableAmounts | null | undefined; //# sourceMappingURL=types.d.ts.map