import { BufferCV } from '../types'; export declare const bufferCV: (buffer: Uint8Array) => BufferCV; export declare const bufferCVFromString: (str: string) => BufferCV;