export declare const logInfo: any; export declare const logWarn: any; export declare const logError: any; export declare function handleNoInstallation(): never; export declare function handleInstallComplete(): never; export declare function handleSetupComplete(): never; export declare function handleSetupManualRequired(): void; export declare function handleInfoWithPath(message: any, urlOrPath: any): void; export declare function handleNote(title: string, subtitle: string): void; export declare function handleWarning(title: string, subtitle: string): void; export declare function handleInstallError(err: Error): never; export declare function handleSetupError(err: Error): never;