/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
export interface CloseModalHandle {
    closeModal: () => void;
    onRefresh?: () => void;
}
//# sourceMappingURL=close-modal-handle.model.d.ts.map