/**
 * Decodes the provided base64 encoded wasm stub
 * @param stub - The base64 wasm stub
 */
export declare function decodeWasmModule(stub: string): Uint8Array;
//# sourceMappingURL=utils.d.ts.map