import type { ConstOrContextFunc, ContextPathFunc } from '../generic-types.ts'; import type { Choices } from './types.ts'; export declare function combineHideAndChoices(uniqueIdentifierPrefix: string, choices: ConstOrContextFunc, hide: undefined | ContextPathFunc): ContextPathFunc;