import { hashString } from './hashSource'; export default function hashTemplate(template: { [key: string]: string; }, hashFunction?: typeof hashString): string;