ref: 42c4bda7ce787bb674af94b96cf901efbfc342ed
dir: /cmd/gojafs/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; }