import { ActionListKeyType } from './types'; export declare const useAllowedFeatureContext: (key: ActionListKeyType) => boolean | undefined;