/** * Simple low-effort hashsum */ export declare const simpleHash: (strings: string[]) => string;