import { Mp3WorkerConfig } from '../types/config.type';
export declare const initMp3MediaEncoder: ({ vmsgWasmUrl }: Mp3WorkerConfig) => void;
