declare const app: { $on?(type: string, callback: (e: any) => void): () => void; $set?(props: Partial>): void; } & Record; export default app;