import { AgenticUsecaseItem, ClientLogoItem } from './HomePage.types'; export declare const CAROUSEL_IMAGES: string[]; export declare const CAROUSEL_IMAGES_TEXT: string[]; export declare const AGENTIC_USECASES: AgenticUsecaseItem[]; export declare const CLIENT_LOGOS: ClientLogoItem[]; export declare const findClient: (clientName: string) => ClientLogoItem | null; //# sourceMappingURL=constants.d.ts.map