import { FixWrapper } from '../internal/FixWrapper'; export declare class FixBytes extends FixWrapper { constructor(length: number, uint8Array: Uint8Array); }