import { IRouteMatch, IRouteRecord, NavigationGuardHook } from '../types'; export declare function extractHooks(matched: IRouteMatch[], method: keyof IRouteRecord, // can add more method later on, routeContext: Map): NavigationGuardHook[];