import { PublicKey } from "@solana/web3.js"; import { ITokenRef } from "@strata-foundation/spl-token-collective"; import { UseAccountState } from "./useAccount"; export declare function useTokenRef(tokenRef: PublicKey | undefined | null): UseAccountState; //# sourceMappingURL=useTokenRef.d.ts.map