import type { Command } from 'commander';
import type { IPicGo } from '../../../types';
declare const registerCloudRetryCommand: (ctx: IPicGo, cloudCommand: Command) => void;
export { registerCloudRetryCommand };
