ref: 545c10329eb79633bf2dad81fd32576fd486b0da
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; }