import type { ComponentContext } from "../types";
export declare const getLabels: (context: ComponentContext) => {
    "customer-name": string;
    "component-name": string;
    "app-name": string;
    "env-type": string;
    "env-name": string;
    "build-type": string;
};
