import type { Platform } from '@sonarwatch/portfolio-core'; export declare function usePlatform(platformId: string): import("@tanstack/react-query").UseQueryResult; export declare function getPlatform(id: string, platforms: Platform[]): Platform | undefined;