import type { AssertionValue } from "./AssertionValue.js"; export declare function label_(self: AssertionValue, l: string): AssertionValue; export declare function label(l: string): (self: AssertionValue) => AssertionValue; //# sourceMappingURL=label.d.ts.map