import type { AccountData } from "@cardinal/common"; import type { Connection, PublicKey } from "@solana/web3.js"; import type { UseInvalidatorData } from "./constants"; export declare const getUseInvalidator: (connection: Connection, useInvalidatorId: PublicKey) => Promise>; export declare const getUseInvalidators: (connection: Connection, useInvalidatorIds: PublicKey[]) => Promise[]>; //# sourceMappingURL=accounts.d.ts.map