import { ConfigureI18nOptions } from './backend.js'; import { i18nConfigFromPageProps } from './shared-props.js'; export { i18nConfigFromPageProps }; export declare function configureI18nFromPageProps(props: unknown, options?: ConfigureI18nOptions): Promise;