declare module 'doctype-to-string' { export default function(doctype: DocumentType | null): string }