import type { paths } from "./frigate-api";
/**
 * Create a Frigate client
 * @param baseURL - The base URL of the Frigate instance
 * @returns A Frigate client
 */
export declare const createRawFrigateClient: (baseURL: string) => import("openapi-fetch").Client<paths, `${string}/${string}`>;
