import type { ICosInfo, IRemoteConfig, ISecretInfo } from './types';
export declare function syncRainbowToCOS({ configList, secretInfo, appName, cosInfo, }: {
    configList: Array<IRemoteConfig>;
    secretInfo: ISecretInfo;
    appName: string;
    cosInfo: ICosInfo;
}): Promise<void>;
