import type { IRouteMeta } from './types'; /** * hook for get matched route meta */ export declare const useRouteMeta: () => IRouteMeta;