import type { Connection } from '@solana/web3.js'; import { PublicKey } from '@solana/web3.js'; import type { AccountData } from '../../types'; import type { BlazeData, EntrantsData, IdentifierData } from './constants'; export declare const getBlaze: (connection: Connection, blazeId: PublicKey) => Promise>; export declare const getBlazes: (connection: Connection, blazeIds: PublicKey[]) => Promise[]>; export declare const getAllBlazes: (connection: Connection) => Promise[]>; export declare const getIdentifier: (connection: Connection) => Promise>; export declare const getBlazesByProjectId: (connection: Connection, projectId: PublicKey) => Promise[]>; export declare const getAllEntrants: (connection: Connection) => Promise[]>; export declare const getEntrants: (connection: Connection, entrantsId: PublicKey) => Promise | null | undefined>; //# sourceMappingURL=accounts.d.ts.map