declare function getWasmInlined(): Promise<{
data: ArrayBuffer;
}>;
export { getWasmInlined as default, getWasmInlined };