export interface ParamsRuntimeApi { getAppName: () => Promise; getExtensionName: () => Promise; getOrgName: () => Promise; }