export declare class AppComponent {
    title: string;
    ready: boolean;
    constructor();
    callme(): void;
}
