import { SugarElement } from './SugarElement'; export const getDocument = (): SugarElement => SugarElement.fromDom(document);