/// import { IXyoObjectPartialSchema } from '../@types'; /** * Serializes an arbitrary buffer in accordance with the XYO packing protocol * * @export * @param {Buffer} bytes The bytes to serialize * @param {IXyoObjectPartialSchema} scheme The schema used to serialize it with * @returns {Buffer} Returns the serialized Buffer */ export declare function serialize(bytes: Buffer, scheme: IXyoObjectPartialSchema): Buffer; //# sourceMappingURL=serialize.d.ts.map