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