export declare type TuiHandlerWithContext = Record> = (item: I, context?: C) => O; export declare type TuiBooleanHandlerWithContext = Record> = TuiHandlerWithContext;