export declare type PopupMethods = [(message?: string) => Promise<boolean>, () => void];
export declare function usePopup(key: string, popupRenderer: PopupRenderer): PopupMethods;
