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