export declare type ICategoryCode = 'N_REQUIREMENT' | 'N_DEVOPS' | 'N_TEST' | 'N_AGILE' | 'N_PROGRAM_PROJECT' | 'N_WATERFALL' | 'N_PROGRAM' | 'N_OPERATIONS'; declare const useCategoryCodes: () => ICategoryCode[]; export default useCategoryCodes;