/// import { IAnyToBufferOptions } from './interfaces'; export declare function anyToBuffer(data?: any, options?: IAnyToBufferOptions): Buffer;