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