export type ServiceName = string; export declare function LoadServiceName(current: ServiceName, payload: any): ServiceName;