import * as streamingAvailability from "streaming-availability"; /** * The API client for the Streaming Availability API. * * Uses the STREAMING_AVAILABILITY_API_KEY environment variable * to authenticate requests. * * If used within Next.js, API responses will be cached for 1 hour. */ export declare class Api { /** * Get the API client for the Streaming Availability API. * * @returns The API client. */ static getClient(): streamingAvailability.Client; } //# sourceMappingURL=Api.d.ts.map