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