export declare function loadWasm(): Promise<Uint8Array>;
export declare function resolveModelBytes(url: string | undefined, asset: string): Promise<Uint8Array>;
