import { LibavCore } from "../../libav-type/index.d"; export declare const initLibav: (_libav: LibavCore) => void; export declare const getLibav: () => LibavCore;