/**
 * Function that provides the k8s API path for the fleet.
 *
 * @param cluster - The cluster name.
 * @returns The k8s API path for the fleet.
 */
export declare const getFleetK8sAPIPath: (cluster?: string) => Promise<string>;
//# sourceMappingURL=getFleetK8sAPIPath.d.ts.map