1 2 3 4 5 6 7
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. export declare function op_wasm(): void; export function call(): void { op_wasm(); }