declare global { namespace DojoJS { interface Dojo { hash: (hash?: string, replace?: boolean) => string; } } } declare const _default: (hash?: string, replace?: boolean) => string; export = _default; //# sourceMappingURL=hash.d.ts.map