ref: 1a335e5982b76c5cd7850326ae6b333d7e265e2e
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; }