export declare function init(json: any): void; export declare function getId(): string; export declare function isComplexComponent(name?: string): string; export declare function isGsdH5ReactComponent(name?: string): string; export declare function addDefaultSlot(slotKey: string[], comp: any): void; export declare function addDefaultData(defaultData: any, comp: any): void; export declare function isComplexJSON(json: any): any; export declare function getComponentChildren(component: any): [string, unknown][]; export declare function isWeAppId(key?: string): RegExpMatchArray; export declare function isEmptyObject(obj?: {}): boolean; export declare function isPlainObject(src: any): boolean; export declare function checkIsNeedAddFormWrapper(tree: any): boolean; export declare function findComponentInTree(tree: any, cb: (cmp: any, path: string) => any, path?: string): any; //# sourceMappingURL=utils.d.ts.map