export declare const logInfo: (str: string) => void; export declare const logError: (error: Error) => void; export declare const confirm: (message: string, defaultValue?: boolean) => Promise;