export default interface ProgramArguments { config?: string; endpointType?: string; mockI2c?: boolean; port?: string; host?: string; uri?: string; }