/** * Utility to verify if the window object exists * @returns {boolean} */ export declare const canUseDom: () => boolean;