import { IHelperService } from '../shared/types'; export declare class HelperService implements IHelperService { getName(data: any): string; }