export declare const PLATFORM: Readonly<{ CF: string; K8s: string; }>; export interface PlatformContext { platform: string; }