import type { Site } from '../common/types'; export declare const useAvailableSites: (product: "confluence" | "jira", cloudId?: string) => { availableSites: Site[] | undefined; selectedSite: Site | undefined; };