import type { SkillgymSoftAssert } from "./types.js"; export declare const softAssert: SkillgymSoftAssert; export declare function runWithSoftAssertions(callback: () => Promise | T): Promise;