import { IHelpfullInput, IHelpfullOutput } from "../../../logic/Errors/friendly";
/**
 * 2024-12-09:  Migrated this function from it's original location here: \components\molecules\process-results\Logging.ts
 *
 * @param errorInfo
 * @param errorInput
 * @returns
 */
export declare function saveErrorToLogWDigest(errorInfo: IHelpfullOutput, errorInput: IHelpfullInput): Promise<void>;
//# sourceMappingURL=saveErrorToLogWDigest.d.ts.map