import { TgdCodeBloc } from "../shader";
import { WasmFunction, WasmFunctionImport } from "./types";
export declare function wasm_function_import(func: WasmFunctionImport): TgdCodeBloc[];
export declare function wasm_function(name: string, func: WasmFunction): TgdCodeBloc[];
//# sourceMappingURL=function.d.ts.map