/** * Select all refund items action * Calls the selectAllRefundItems action on the parent window */ import type { SelectAllRefundItems } from "./types"; export declare const selectAllRefundItems: SelectAllRefundItems;