/** * fit-list command — list all available fitness checks */ import type { ListChecksResult } from '@opensip-cli/contracts'; /** Returns metadata for every enabled check in the project's check registry. */ export declare function listChecks(projectDir?: string): Promise; //# sourceMappingURL=fit-list.d.ts.map