import { SfccIntegrationContext, Customer } from '../../../types'; export default function signIn(context: SfccIntegrationContext, username: string, password: string): Promise;