import { ApplicationContribution } from '@difizen/mana-core';
import { NotificationService } from './notification/service';
export declare class ManaApplication implements ApplicationContribution {
    notificationService: NotificationService;
    initialize(): void;
}
//# sourceMappingURL=app.d.ts.map