export interface Config {
  xlcli: {
    /**
       * Path to the xlcli binary.
       * Note that when installing the custom actions, the latest version of xl-cli is always downloaded.
       * But this config option allows to use a different binary if needed.
       * @visibility backend
       */
    binaryPath: string | undefined;
  };
}
