export interface ProgramOptions {
  config: string
  secret: string
  sdk: string
}
