type AppProps = { clusterId?: string; apiSecret?: string; agentId?: string; runId?: string; endpoint?: string; }; export declare const App: ({ clusterId: initialClusterId, apiSecret: initialApiSecret, endpoint }?: AppProps) => import("react/jsx-dev-runtime").JSX.Element; export {};