import type { BannerConfig } from '@redocly/config'; /** * Checks if a slug matches a target pattern */ export declare function matchesBannerTarget(slug: string, target: string | undefined): boolean; /** * Returns the first matching banner for a slug, or undefined if none match */ export declare function getBannerForSlug(banners: BannerConfig[], slug: string, dismissedBanners?: Set): BannerConfig | undefined; //# sourceMappingURL=match-banner-target.d.ts.map