import { Lead } from '@alife/devops-ui'; export declare const leadLocalStorageKey = "appstack_lead_visited_keys"; export declare const isVisited: (key: string) => any; export type LeadType = typeof Lead.TeamixLead; export declare enum FilterKey { changeListState = "changeListFilterState", releaseListState = "releaseListFilterState" } export declare enum LeadKey { AppStepLead = "app_step_lead", OrchestrationEditTip = "orchestration_edit_tip", OrchestrationEditLead = "orchestrationEdit", EnvListFreeCluster = "env_list_free_cluster", GlobalAnnouncementAuth = "announcement_auth", GlobalWelcomeDialog = "welcome", DeployTargetReplicasTip = "deploy_target_replicas", OrderListTip = "changeOrderListTip", ProfileTip = "profileLead", NewAppLead = "newApp", EnvListLead = "envList", OrderFeedback = "orderFeedback" } export declare const showAnnouncement: () => () => any; export declare const markVisited: (key: string) => boolean; export declare const welcome: () => Promise; export declare const newAppLead: (appName: string) => any; export declare const envListLead: () => any; export declare const orchestrationEditLead: () => any;