import { type LocalQleverSemanticHarnessOptions, type PostgresQleverSemanticHarnessOptions, type SemanticConformanceReport } from './RdfSemanticConformance'; export declare function runLocalQleverSemanticConformance(options: LocalQleverSemanticHarnessOptions): Promise; export declare function runPostgresQleverSemanticConformance(options: PostgresQleverSemanticHarnessOptions): Promise;