import { Nullable } from '../types/general'; /** * Returns the global `document` object if it exists, otherwise returns `undefined`. * * @returns {Nullable} Document object or `undefined`. */ export declare function tryGetDocument(): Nullable;