export declare function route(name: string): Promise; export declare function component(name: string): Promise; declare const _default: { route: typeof route; component: typeof component; }; export default _default;