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