/** * API key for Lidarr authentication. Can be specified via the `LIDARR_API_KEY` environment variable. */ export declare const apiKey: string | undefined; /** * Full Lidarr URL with protocol and port (e.g. `https://test.lidarr.audio:8686`). You should **NOT** supply any path * (`/api`), the SDK will use the appropriate paths. Can be specified via the `LIDARR_URL` environment variable. */ export declare const url: string | undefined;