import { default as SodesuInitOptions } from './types/SodesuInitOptions';
export declare const init: (opt: SodesuInitOptions) => {
    update: (opt: Partial<Omit<SodesuInitOptions, "el">>) => void;
    destroy: () => void;
};
