import type { LifecyclePluginInstance } from '../../types'; import type { Feature } from '../../../types/entitlements.js'; export type ScorecardInfo = { levelNames: string[]; rules: string[]; rulesPerLevel: Record; }; export declare function scorecardClassicPlugin({ id, requiredEntitlements, loadersPrefix, }: { id?: string; requiredEntitlements: Feature[]; loadersPrefix?: string; }): Promise; //# sourceMappingURL=index.d.ts.map