declare const useIsProgramProject: () => { isProgramProject: boolean; }; export default useIsProgramProject;