import { Id } from '@amalto/service-helpers'; export declare function formateServiceName(serviceName: string): string; export declare function sortString(first: string, second: string): number; export declare function removeServicePreffix(serviceName: string): string; export declare function extractEmail(text: string): string; export declare function isEmptyString(value?: string): boolean; export declare function toId(value: string): Id;