/**
 * Mocks the browser document
 */
declare const minDocument: Document;

export = minDocument;
