export declare const sampleRateOption: { name: string; cliFlag: "sample-rate"; description: () => import("react/jsx-runtime").JSX.Element; ssrName: "sampleRate"; docLink: string; type: number; getValue: ({ commandLine }: { commandLine: Record; }, compositionSampleRate?: number | null | undefined) => { value: number; source: string; }; setConfig: (value: number) => void; id: "sample-rate"; };