export type Hash = number; export declare let startHash: (h: Hash, val: number) => Hash; export declare let finishHash: (h: Hash) => number;