export interface CognitoIdentityInteractiveAuthenticationDelegate {
    startPasswordAuthentication(): any;
}
