export declare const parseChoice: (envComponent: string) => {
  env: string;
  componentName: string;
};