/** * Applies `&&` to a chain of properties from `obj`. */ export declare function andand(obj:Val, ...name_a:andand_key_T[]):Out|null export declare type andand_key_T = keyof Val|andand_key__T export declare type andand_key__T = (val:Val)=>keyof Val export declare type andand_key_fn_T = andand_key__T