import type { Assertion, BrunoKeyValue } from '../types'; export declare const fromOpenCollectionAssertions: (assertions: Assertion[] | undefined) => BrunoKeyValue[]; export declare const toOpenCollectionAssertions: (assertions: BrunoKeyValue[] | null | undefined) => Assertion[] | undefined; //# sourceMappingURL=assertions.d.ts.map