import { Website, LighthouseCategoryId } from '@backstage/plugin-lighthouse-common'; export declare function useQuery(): URLSearchParams; export declare function formatTime(timestamp: string | Date): string; export declare const CATEGORIES: LighthouseCategoryId[]; export declare const CATEGORY_LABELS: Record; export type SparklinesDataByCategory = Record; export declare function buildSparklinesDataForItem(item: Website): SparklinesDataByCategory;