declare const useIsProgram: () => { isProgram: boolean; }; export default useIsProgram;