declare global {
    interface Window {
        ffmpegModule: any;
    }
}
declare const init: () => void;
export { init };
