import { Construct } from '@aws-cdk/core';
import { ICluster } from '@aws-cdk/aws-eks';
export interface AwsEfsCsiDriverProps {
    cluster: ICluster;
}
export declare class AwsEfsCsiDriver extends Construct {
    constructor(scope: Construct, id: string, props: AwsEfsCsiDriverProps);
}
//# sourceMappingURL=aws-efs-csi-driver.d.ts.map