import type { Command } from 'commander';
import type { IPicGo } from '../../../../types';
export declare const applyConfigSyncOptions: (cmd: Command) => Command;
export declare const createConfigSyncAction: (ctx: IPicGo) => (options: {
    encrypt?: string | boolean;
    skipEncryptionSwitchConfirm?: boolean;
}) => Promise<void>;
