export type ModalVisibleListener = (uuid: string, visible: boolean) => void; export declare let modalVisibleListener: ModalVisibleListener | null; export declare const setModalVisibleListener: (listener: ModalVisibleListener) => void;