import type { BuildConfig } from "../../build";
import type { EnvironmentContext } from "../../types/environmentContext";
import type { DeployConfigKubernetes } from "../types";
export declare const additionalKubernetesSecretKeys: ({ deployConfigRaw, }: EnvironmentContext<BuildConfig, DeployConfigKubernetes>) => {
    key: any;
}[];
