/** Type of API endpoint */
export interface ApiAccess {
    /** Cluster API endpoints */
    endpoints: string[];
    /** token */
    token: string;
}
//# sourceMappingURL=ApiAccess.d.ts.map