export declare const init: (option: any) => void; export declare const isDefaultRoute: (route: any) => boolean; export declare const loadRoute: (route: any, name: any) => any; export declare const loadDeepLink: (route: any, name: any) => any; export declare const loadNativeLink: (route: any) => any; export declare const handleChildsForRoutes: () => void; export declare const load: (routesGroup: any) => void; export declare const getAll: (isArray?: boolean, type?: string) => any; export declare const get: (path: any, type?: string) => any; export declare const isPageComponent: (view: any) => boolean; export declare const isNone: (path: any) => boolean; export declare const isPub: (path: any) => boolean;