import { INestApplicationContext } from'@nestjs/common';
/**
* Creates customers with addresses by making API calls to the Admin API.
*/exportdeclarefunctionpopulateCustomers(app: INestApplicationContext, count: number, loggingFn: (message: string) => void): Promise<void>;