/** * Creates a FNV-1a hash for a sampled Uint8Array. * * @param array * @returns */ export declare const hashForArraySampled: (array: Uint8Array) => string; //# sourceMappingURL=hashCreator.d.ts.map