declare module "inquirer-search-list" {
  const mod: import("inquirer").prompts.PromptConstructor;
  export = mod;
}
