import { SfccIntegrationContext, Customer } from '../../../types'; export default function createCustomer(context: SfccIntegrationContext, email: string, password: string, firstName: string, lastName: string): Promise;