export declare const ALLOWED_MICROGAME_EXTS_REG: RegExp; export declare function getWhiteList(isGame?: boolean, options?: { isLivePlugin?: boolean; isMicroappPlugin?: boolean; }, projectPath?: string): Promise;