declare function hasError(response: any): boolean;
declare function isError(response: any): boolean;
declare function getIdentification(identifications: any, id: string): string;
declare function getTelecomCountryCode(code: string): any;
declare function jsonParse(value: any): any;
export { getTelecomCountryCode, getIdentification, hasError, isError, jsonParse };
