import { ICluster, KubernetesManifest } from '@aws-cdk/aws-eks';
export declare class Utils {
    static applyYamlManifest(cluster: ICluster, id: string, preProcessor?: (manifestContent: string) => string): KubernetesManifest;
}
//# sourceMappingURL=utils.d.ts.map