ref: 793e9a1d7c697af189320c9e684e5559bb06e3c1
dir: /domino/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; }