/**
 * Hook that provides the k8s API path for the fleet.
 *
 * @param cluster - The cluster name.
 * @returns Array with `k8sAPIPath`, `loaded` and `error` values.
 */
export declare function useFleetK8sAPIPath(cluster?: string): [k8sAPIPath: string | undefined, loaded: boolean, error: Error | undefined];
//# sourceMappingURL=useFleetK8sAPIPath.d.ts.map