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