export declare const isSSR: boolean; export declare const getClosest: (nums: number[], goal: number) => number; export declare function applyRootStyles(rootId: string): void; export declare function cleanupRootStyles(rootId: string): void; export declare function useWindowHeight(): number; export declare const inDescendingOrder: (arr: number[]) => boolean;