export declare const overrideFpsOption: { name: string; cliFlag: "fps"; description: () => import("react/jsx-runtime").JSX.Element; ssrName: null; docLink: string; type: number | null; getValue: ({ commandLine }: { commandLine: Record; }) => { source: string; value: number; } | { source: string; value: null; }; setConfig: (fps: number | null) => void; id: "fps"; };