export declare const logInfo: any;
export declare const logWarn: any;
export declare const logError: any;
export declare function handleComplete(): never;
export declare function handleWarning(title: string, subtitle: string): void;
export declare function handleError(err: Error): never;
