ref: 36ab9e8b4b71c5af9808b48abdbc114a70136dcb
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; }