/* tslint:disable */ /* eslint-disable */ export const memory: WebAssembly.Memory; export const __wbg_compressedindex_free: (a: number, b: number) => void; export const __wbg_turboquantizer_free: (a: number, b: number) => void; export const build_index: (a: number, b: number, c: number, d: number) => void; export const compressedindex_add_vector: (a: number, b: number, c: number, d: number) => void; export const compressedindex_add_vectors: (a: number, b: number, c: number, d: number, e: number) => void; export const compressedindex_load: (a: number, b: number) => void; export const compressedindex_memory_bytes: (a: number) => number; export const compressedindex_n_vectors: (a: number) => number; export const compressedindex_new_empty: (a: number, b: number, c: number) => void; export const compressedindex_save: (a: number) => number; export const compressedindex_search: (a: number, b: number, c: number, d: number, e: number) => void; export const turboquantizer_bits: (a: number) => number; export const turboquantizer_compression_ratio: (a: number) => number; export const turboquantizer_decode: (a: number, b: number, c: number, d: number) => void; export const turboquantizer_dim: (a: number) => number; export const turboquantizer_encode: (a: number, b: number, c: number) => void; export const turboquantizer_encode_norm: (a: number, b: number) => number; export const turboquantizer_expected_mse: (a: number) => number; export const turboquantizer_inner_product_estimate: (a: number, b: number, c: number, d: number, e: number) => void; export const turboquantizer_new: (a: number, b: number, c: number, d: bigint) => void; export const __wbindgen_add_to_stack_pointer: (a: number) => number;