import { EntryType } from "@symph/core"; export interface MountModule { mount: string; module: EntryType; }