import { web3 } from '@coral-xyz/anchor';
export declare const getSpecificAccounts: (accountId: string, programId: web3.PublicKey, connection: any) => Promise<any[]>;
