export declare const METADATA_TYPE = "apps"; export declare function getServiceAppConfig(ctx: any, serviceName: any, appApiName: any): Promise; export declare function refreshApp(ctx: any, appApiName: any): Promise;