export declare class BlueprintServiceScript { constructor(); addBindingOperations(bpSysId?: string, sourceAlias?: string, bindingAlias?: string, endpoint?: string): string; addBlueprintOperationStep(bpSysId?: string, bpOperationId?: string, stageResId?: string, resOpImplId?: string, condition?: string, addOperationToExecutionPlan?: boolean): string; addConstraintInStageResource(blueprintId?: string, stageResourceName?: string, resourceName?: string): string; addStageResourceDeployment(blueprintId?: string, sourceAliasName?: string, sourceBlockId?: string, targetAliasName?: string, targetResBlockId?: string): void; addStageResourceOperationAndAttr(blueprintId?: string, aliasName?: string): void; createBlueprint(bpName?: string, category?: string, description?: string, layer?: string, status?: string): string; createBlueprintOperation(blueprintId?: string, operationName?: string, operationType?: string, attributes?: string): string; createStageModelAndOperations(bpSysId?: string, tlrSysId?: string): void; createStageResource(blueprintId?: string, type?: string, aliasName?: string, resourceBlockId?: string, hostCI?: string): void; createTLR(bpName?: string): string; deleteBlueprint(bpId?: string): string; deleteNode(blueprintId?: string, aliasName?: string): void; deleteStageResource(blueprintId?: string, aliasName?: string): void; deleteStageResourceAttribute(opSysId?: string, attrJSON?: string): boolean; executeFieldChangeRules(catalogId?: string, blueprintId?: string, version?: string, runtimeMap?: string, operationName?: string, attributeName?: string, attributeValue?: string): string; executeFormLoadRules(catalogId?: string, blueprintId?: string, version?: string, runtimeMap?: string, operationName?: string): string; generateParameterSet(intentYaml?: string): string; generateSerialExecutionPlanForOperation(bpOperationId?: string): void; getAllBlueprints(layer?: string, bpName?: string, currentPage?: number, limit?: number): string; getAllGlobalPropertiesByStageResource(operation_id?: string): string; getAllStageResourceForBlueprint(blueprintId?: string): string; getBlueprint(blueprintId?: string): string; getBlueprintByName(bpName?: string): string; getBlueprintIntent(bpSysId?: string): string; getBlueprintOperations(bpSysId?: string): string; getBlueprintOperationsForCloudPortal(bpSysId?: string, stackId?: string): string; getCatalogItemForBlueprintOperation(bpSysId?: string, bpOperationId?: string): string; getConstraintFromAliasName(blueprintId?: string, aliasName?: string): string; getHostsByConnection(stageModelId?: string, guestAliasName?: string, connectionName?: string): string; getOperationSteps(opSysId?: string): string; getStageModelForBlueprint(blueprintId?: string): string; getStageResourceAndDeployment(blueprintId?: string): string; getStageResourceByOperation(opSysId?: string): string; importBlueprint(blueprintBody?: string): string; isStageResourceExist(blueprintId?: string, stageResAliasName?: string): string; isValidYAML(yamlBody?: string): string; modifyAttributesForStageResource(blueprintId?: string, stageResAliasName?: string): void; prefillCatalogForm(catalogId?: string, blueprintId?: string, version?: string, operationName?: string, resourceId?: string, runtimeMap?: string): string; removeBindingOperations(bpSysId?: string, sourceAlias?: string, bindingAlias?: string, endpoint?: string): string; removeBlueprintOperationStep(removedStepId?: string, stepList?: string, bpOperationId?: string): string; removeConstraintInStageResource(blueprintId?: string, stageResourceName?: string, resourceName?: string): string; reorderOperationSteps(stepList?: string): string; updateStageResourceAttributes(opSysId?: string, attrJSON?: string): string; upsertRulesForCatalog(blueprintId?: string, stageOperationId?: string, catalogId?: string): void; } //# sourceMappingURL=BlueprintServiceScript.d.ts.map