import type { t } from '@aeria-ui/i18n'; export declare const INSTANCE_VARS_SYMBOL: unique symbol; export declare const MENU_SCHEMA_SYMBOL: unique symbol; export type WithId = TDocument & { _id: string; }; export type RouteTitleConfig = string | ((options: { collectionName: string; t: typeof t; }) => string | Promise);