export type { Pathnames, DomainsConfig, LocalePrefix, LocalePrefixMode } from './types';
export type { RoutingConfig } from './config';
export { default as defineRouting } from './defineRouting';
