export declare function getAppRenderer(manifestJson: Record): "" | "native"; export declare function getAppCodeSpliting(manifestJson: Record): boolean; export declare function getAppStyleIsolation(manifestJson: Record): 'apply-shared' | 'isolated' | 'shared';