export declare const paginationConfig: { pageSizeList: number[]; pageSizeSelector: false | "filter" | "dropdown"; pageSizePosition: "end" | "start"; hideOnlyOnePage: boolean; }; export declare const defaultPageSize = 10; export declare const SystemID = "ACP-ADMIN"; export declare enum AppEnv { ALIYUN = "aliyun", VPC = "vpc", INNER = "inner" } export declare const APPENV: AppEnv; export declare const memberConfig: { filterType: string; debounceWait: string; mode: string; extraMemberTypes: string[]; tabProps: { hasSync: boolean; }[]; hasSync: boolean; multiple: boolean; autoFocus: boolean; v2?: undefined; } | { v2: boolean; filterType: string; debounceWait: string; mode: string; tabProps: { hasSync: boolean; }[]; multiple: boolean; autoFocus: boolean; extraMemberTypes?: undefined; hasSync?: undefined; }; export declare const AdminRoleSettingUrl: string; export declare const AdminMemberSettingUrl: string; export declare const OrgRolePermissionUrl: string; export declare const QueryMembersUrl: string; export declare const WorkflowMaxLength: number; export declare const AEMpid: string; export declare const WorkflowStageMaxLength = 20; export declare const memberImageMap: Record; export declare const memberTypeNameMap: Record; export declare const appImageUrl = "https://img.alicdn.com/imgextra/i4/O1CN01YazawK1D7Rl1v6RAm_!!6000000000169-55-tps-200-200.svg"; export declare const envImageUrl = "https://img.alicdn.com/imgextra/i1/O1CN01nq28wa1sds2hkP7m2_!!6000000005790-55-tps-200-200.svg"; export declare const ecsImageUrl = "https://img.alicdn.com/imgextra/i1/O1CN01CcfhWR1Wc6yIz2JgM_!!6000000002808-55-tps-200-200.svg"; export declare const selfHostImageUrl = "https://img.alicdn.com/imgextra/i3/O1CN01pifq1R1d8z69SIOjR_!!6000000003692-55-tps-200-200.svg"; export declare const freeHostImageUrl = "https://img.alicdn.com/imgextra/i3/O1CN01t2Bkj31O7PV28J8g6_!!6000000001658-55-tps-320-320.svg"; export declare const ackImageUrl = "https://img.alicdn.com/imgextra/i2/O1CN01VIMbkf1yb1GyMj6VO_!!6000000006596-55-tps-320-320.svg"; export declare const selfK8sImageUrl = "https://img.alicdn.com/imgextra/i3/O1CN01okBisM1Z6039CINOt_!!6000000003144-55-tps-200-200.svg"; export declare const freeK8sImageUrl = "https://img.alicdn.com/imgextra/i3/O1CN01UWvKao1XsQhgcV2BX_!!6000000002979-55-tps-320-320.svg"; export declare const navigationQrcode = "https://img.alicdn.com/imgextra/i1/O1CN01jYusJM1HmReZ6SXfH_!!6000000000800-2-tps-800-704.png"; export declare const feedbackQrcode = "https://img.alicdn.com/imgextra/i1/O1CN01kmzpqg1KRKFahhBvK_!!6000000001160-2-tps-255-255.png"; export declare const logoUrl: string; export declare const orchestrationTemplateLogoUrl: string; export declare const flowCdnPath: string; export declare const richEditorCdnPath = "https://g.alicdn.com/code/npm/@alife/teamix-projex-editor/3.1.2/"; export declare const insightUrlPrefix: string; export interface IMicroModuleInfo { name: string; url: string[]; } export declare const settingPipelineModuleInfo: { name: string; url: string[]; }; export declare const editPipelineModuleInfo: { name: string; url: string[]; }; export declare const runPipelineModuleInfoNew: { name: string; url: string[]; }; export declare const richEditorModuleInfo: { name: string; url: string[]; }; export declare const runInsightModuleInfo: { name: string; url: string[]; }; export declare const systemVariables: string[];