/** * API key. Can also be set using the `BUNNYNET_API_KEY` environment variable. */ export declare const apiKey: string | undefined; /** * Optional. The API URL. Defaults to `https://api.bunny.net`. */ export declare const apiUrl: string | undefined; /** * Optional. The Stream API URL. Defaults to `https://video.bunnycdn.com`. */ export declare const streamApiUrl: string | undefined;