export declare const showProgressDialog: (title: string, message: string) => { close: () => void; updateProgress: (newProgress: number) => void; };