export interface CatalogExpectations { promptMin: number; skillMin: number; } export declare function getCatalogExpectations(): CatalogExpectations; export declare function getCatalogHeadlineCounts(): { prompts: number; skills: number; } | null; //# sourceMappingURL=catalog-contract.d.ts.map