/// <reference types="node" />
import { Class } from './types';
export declare function any2buf(value: any, encoding: BufferEncoding): Buffer;
export declare function chunk2buf(chunk: Buffer | string, encoding?: BufferEncoding): Buffer;
export declare function applyMixins(derive: Class<any>, bases: Class<any>[]): void;
