export declare const call: (fn: ((...args: any[]) => any) | ((...args: any[]) => any[]) | undefined, ...args: any[]) => any; export declare const normalizeToArray: (value: any) => any[]; export declare function transformDataToTreeData(apiResponse: any): ({ title: string; value: string; children: any; } | null)[]; export declare const mapToMockData: (data: any[]) => any[]; export declare const PLUGIN: { registerType: string; devOptions: { enabled: boolean; }; manifest: { name: string; short_name: string; description: string; theme_color: string; icons: { src: string; sizes: string; type: string; purpose: string; }[]; }; workbox: { maximumFileSizeToCacheInBytes: number; }; };