/// import { IXyoObjectPartialSchema } from '../@types'; /** * Builds a dynamic header based on the size of bytes for a schema * * @export * @param {number} byteLength The number of bytes to serialize * @param {IXyoObjectPartialSchema} scheme The schema used to serialize it with * @returns {Buffer} Returns the header */ export declare function getHeader(byteLength: number, scheme: IXyoObjectPartialSchema, withoutSize?: boolean): Buffer; //# sourceMappingURL=getHeader.d.ts.map