export interface EfsWithAccessPointProps { name: string; vpcId: string; uid: string; gid: string; rootPath: string; permissions?: string; /** CIDR allowed inbound on NFS port 2049. Mutually exclusive with sourceSecurityGroupId. * When neither ingressCidr nor sourceSecurityGroupId is set, no inline ingress rule is created * (add a cross-stack EC2SecurityGroupIngress separately). */ ingressCidr?: string; /** Security group ID allowed inbound on NFS port 2049. When provided, overrides ingressCidr. */ sourceSecurityGroupId?: string; performanceMode?: "generalPurpose" | "maxIO"; throughputMode?: "bursting" | "provisioned" | "elastic"; } export declare const EfsWithAccessPoint: import("@intentius/chant").CompositeDefinition; fs: import("@intentius/chant").Declarable & Record; accessPoint: import("@intentius/chant").Declarable & Record; }>; //# sourceMappingURL=efs-with-access-point.d.ts.map