export declare const ModalUtil: {
    isUnsupportedChainView(): boolean;
    safeClose(): Promise<void>;
};
