import { BaseConst } from './baseConst'; export declare class CmConst extends BaseConst { static MainObject: string; static ComponentAssemblyName: string; static AssemblyName: string; static GeneratingAssembly: string; static Authorizations: string; static Category: string; static DependentEntityId: string; static DependentEntityName: string; static DependentEntityPackageName: string; static IsUsingTimeStamp: string; static Variables: string; static Description: string; static RequestElements: string; static RequestChildElements: string; static IsGenerateComponent: string; static EnableApproval: string; static TriggerPointType: string; static GetExecutingDataStatus: string; static RunOnce: string; static ComponentId: string; static ComponentName: string; static ComponentPkgName: string; static ChildTriggerInfo: string; }