// @ts-ignore export * from '@@/core/coreExports'; // @ts-ignore export * from '@@/core/pluginExports'; export declare function defineRouteMeta(routeMeta: { name?: string; title?: string; layout?: boolean | { sidebar?: boolean; header?: boolean; logo?: boolean }; });