export declare function InfinityForgeNextConfig(configs: any, infinityForgeConfigurations: {
    i18n?: boolean;
}): Promise<any>;
