type IGenerateMobileNavigationsProps = { configFilePath: any; }; export declare const readJsonFile: (filePath: any) => Promise; export declare const readFile: (filePath: any) => Promise; export declare const getLayoutConfig: () => Promise; export declare class GenerateMobileNavigations { #private; constructor({ configFilePath }: IGenerateMobileNavigationsProps); generateAppNavigations(): Promise; } export default GenerateMobileNavigations;