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