export interface InterfaceConfig { init: () => void; get: () => TypeConfig[]; help: () => void; }