import { EncodeOptions } from '../shared/meta';
export default function encode(data: ArrayBuffer, options: EncodeOptions): Promise<ArrayBuffer>;
