import { ContentType } from '../interfaces/interfaces'; /** * Determines if search metadata should be included for a given content type. * Checks content-type level setting first, then falls back to global config. */ export declare const shouldIncludeMatches: (contentType: ContentType) => boolean;