import { OperationContext } from '../types'; export declare const createVisibilityHandler: (context: OperationContext) => (itemName: string) => void;