import { type OutputFormat } from '@redocly/openapi-core'; import type { VerifyConfigOptions } from '../../types.js'; import type { CommandArgs } from '../../wrapper.js'; export type ScoreArgv = { api?: string; format: OutputFormat; 'operation-details'?: boolean; 'debug-operation-id'?: string; } & VerifyConfigOptions; export declare function handleScore({ argv, config, collectSpecData }: CommandArgs): Promise; //# sourceMappingURL=index.d.ts.map