export declare const hash: typeof xxh; /** * Returns an xxh hash of `input` formatted as a decimal string. */ declare function xxh(input: string): string; export {};