import { type Sync } from '../sync.js'; /** * Syncs EKS clusters and their access entries. Access entries map IAM principals to * Kubernetes permissions and only exist on clusters with the API or API_AND_CONFIG_MAP * authentication mode. */ export declare const EksAccessEntriesSync: Sync; //# sourceMappingURL=accessEntries.d.ts.map