import { SearchStructuredDataFactory } from "./SearchStructuredDataFactory"; import { ReviewRatingDTO } from "./dto/ReviewRatingDTO"; import { CollegeOrUniversity } from 'schema-dts'; import { EntityDTO } from "./dto/EntityDTO"; import { OrganisationDTO } from '../structured-data/dto/OrganisationDTO'; export declare class OrganisationStructuredDataFactory extends SearchStructuredDataFactory { protected getRating(card: OrganisationDTO): ReviewRatingDTO | undefined; protected buildStructuredDataForCard(entity: EntityDTO): CollegeOrUniversity | undefined; }