import { ConfigService, PlatformService } from 'terminus-core';
import { ToastrService } from 'ngx-toastr';
import { GistParams } from '../../../interface';
declare class Gists {
    sync: (config: ConfigService, platform: PlatformService, toast: ToastrService, params: GistParams, firstInit?: boolean) => Promise<any>;
    syncLocalSettingsToCloud: (platform: PlatformService, toast: ToastrService) => Promise<any>;
}
declare const _default: Gists;
export default _default;
