import { ChainService } from '../../../service';
import { GetAccountBlocksArgs } from '../../../typings/args';
import { BlockList } from '../../../typings/blockList';
export declare const getLatestAccountBlock: (service: ChainService) => (args: GetAccountBlocksArgs) => Promise<BlockList>;
