import { PimCredentials } from '../../types.js'; type Props = { tenantIdentifier: string; specFilePath: string; credentials: PimCredentials; emit: (eventName: string, message: string) => void; multiLingual?: boolean; }; declare const _default: ({ tenantIdentifier, specFilePath, credentials, emit, multiLingual, }: Props) => Promise; export default _default;