import { LibService } from 'quickstart-lib'; export declare class AppComponent { meaning: number; constructor(libService: LibService); }