/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
export declare enum Components {
    ServerAppComponent = "ServerApp",
    BuildComponent = "Build",
    DeployComponent = "Deploy",
    TestComponent = "Test"
}
export declare const ComponentCodes: {
    ServerApp: string;
    Build: string;
    Deploy: string;
    Test: string;
};
//# sourceMappingURL=component.d.ts.map