import { AptosClient } from '../clients/types'; export declare function getTableItemsByKeys(client: AptosClient, handle: string, keys: (object | string)[], keyType: string, valueType: string): Promise<(Awaited>> | null)[]>;