import { Contract } from './typings/contract';
export declare function getContractDatablock(contract: Contract, position: number, length?: number): string;
