export declare class UtilsService { /** * a title */ title: string; /** * url del mio sito */ url: string; /** * add operation */ add(a: number, b: number): number; }