import { JsonSpec } from '@crystallize/import-utilities'; import { ICreateSpec } from '@crystallize/import-utilities/dist/bootstrap-tenant/bootstrapper/index.js'; import { PimCredentials } from '../../types.js'; type Props = { tenantIdentifier: string; folder: string; credentials: PimCredentials; emit: (eventName: string, message: string) => void; multiLingual?: boolean; specOptions?: ICreateSpec; }; declare const _default: ({ tenantIdentifier, folder, credentials, emit, multiLingual, specOptions, }: Props) => Promise; export default _default;