/**
 * Outputs that projects to micro-frontend component.
 */
export type MfeOutletOutputs = Record<string, (...args: any) => void>;
