import type { Config } from '@redocly/openapi-core'; import type { ScorecardConfig } from '@redocly/config'; import type { LifecycleContext } from '../../../types'; export type ScorecardConfigLoaderOutput = { levelsConfig: NonNullable; configs: Record; targets: (NonNullable[number] & { configs?: Record; })[]; }; export declare function scorecardConfigLoader(_: string, context: LifecycleContext): Promise; //# sourceMappingURL=scorecard-config.d.ts.map