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