export declare const logError: (error: Record<string, string> & {
    message: string;
}) => void;
