import { StreamWriter } from '../../tl/stream';
import { BlockIdExt } from '../../dataTypes/tonNode';
import { AccountId } from '../../dataTypes/liteServer';
export declare const getOneTransaction: (bufferWriter: StreamWriter, id: BlockIdExt, account: AccountId, lt: bigint) => void;