interface MicrofrontendsPort {
    name: string;
    version: string;
    port: number;
}
declare function mfePort(packageDir: string): MicrofrontendsPort;

export { MicrofrontendsPort, mfePort };
