import { Ref } from 'vue'; import { RouteRecordRaw } from 'vue-router'; /** Gets the routes from `vue-router` */ export declare const useSharedRoutes: () => Ref; /** routes with no value will get `vue-router` routes */ export declare function useCurrentRoutes(): Ref;