// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. export declare function op_wasm(): void; export function call(): void { op_wasm(); }