export type TCustomViewParentDataRefresherParams = { locators: string[]; onRefreshDataRequested: (context: Record) => void; }; export declare const useCustomViewParentDataRefresher: (params: TCustomViewParentDataRefresherParams) => void;