/** * The given callback will be called when Valu Search UI should be activated * based on the input */ export declare function onShouldLoadValuSearchOnWindow(inputSelector: string, openerSelector: string, instanceId: string, onShouldLoad: VoidFunction): void; export declare function lazyLoadValuSearch(options: { customer: string; rev: string; inputSelector: string; openerSelector: string; instanceId?: string; }): void;