import type { DesktopUiInternals } from '../internals.js'; export declare const domMethods: { readonly buildDom: (this: DesktopUiInternals) => void; readonly wireTooltips: (this: DesktopUiInternals) => void; readonly applyInitialState: (this: DesktopUiInternals) => void; readonly wireKeybindHint: (this: DesktopUiInternals) => void; readonly wireSliderBar: (this: DesktopUiInternals) => void; readonly wireEvents: (this: DesktopUiInternals) => void; };