///
import { IStructCodec, ProtocolType, TransportType } from '../types';
export declare function readThriftObject(data: Buffer, ThriftCodec: IStructCodec, transportType?: TransportType, protocolType?: ProtocolType): Promise<[StrictType, Buffer]>;
export declare function stripStruct(data: Buffer, transportType?: TransportType, protocolType?: ProtocolType): Buffer;