declare function debounce(callback: any, delayMs: number): (...args: unknown[]) => void; declare function domReady(fn: () => void): void; export { debounce, domReady };