/** * Returns true when JS has booted and is executing in a client context. This can be used to implement progressive enhancement. When JS boots on the client this hook will execute and return true. */ export declare function useJSEnabled(): boolean;