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