export declare function toArray(value: T | T[]): T[]; export declare const isClient: HTMLElement; /** Is client side and not jsdom */ export declare const isBrowserClient: HTMLElement;