/**
 * Get the URL to the WASM file
 * Returns a path relative to the consuming application
 */
export declare function getWasmUrl(): string;
/**
 * Fetch and return the WASM binary
 */
export declare function fetchWasmBinary(): Promise<ArrayBuffer>;
//# sourceMappingURL=wasmAssets.d.ts.map