import xxhashImport from 'xxhash-wasm'; declare const xxhash: typeof xxhashImport; export declare let xxhashApi: Awaited> | null; export declare function loadXxhashApi(): Promise; export {};