import IEventInit from '../IEventInit.cjs'; export default interface IHashChangeEventInit extends IEventInit { newURL?: string; oldURL?: string; } //# sourceMappingURL=IHashChangeEventInit.d.ts.map