import { GeneratedFile, Value } from '../sourcegen/index.js'; import { SslAssertion } from './ssl-assertion.js'; export declare const numericComparisons: Record; export declare const booleanComparisons: Record; export declare function valueForSslAssertion(genfile: GeneratedFile, assertion: SslAssertion): Value;