export declare function setDeliveryWASM(wasmURL: string): void; export declare function initWASM(wasmURL?: string): Promise; export declare function resetWASM(): Promise;