import type { RedoclyConfig } from '@redocly/config'; import type { LifecycleContext } from '../../types'; export declare function getSidebarReferences({ fs, cache }: LifecycleContext, contentDir: string, sidebarFiles: string[]): Promise>; export declare function hasCircularDependency(references: Map): boolean | string[]; export declare function getExcludedFromLinkCheckerPatterns(config: RedoclyConfig): { apiFunctions: RegExp[]; catalog: RegExp[]; }; //# sourceMappingURL=utils.d.ts.map