ref: 4eda0a73c1b856dd4d41c2fcea49e3e2e1b00725
dir: /domino-lib/index.d.ts/
declare module "domino" { function createDOMImplementation(): DOMImplementation; function createDocument(html?: string, force?: boolean): Document; function createWindow(html?: string, address?: string): Window; }