import { ThirdPartyIntegrationBase } from "./integration-base"; export declare class NextI18nextIntegration extends ThirdPartyIntegrationBase { execute(): Promise; }