export interface CognitoCommonDelegate {
    onError(error: String): any;
    onSuccess(result: any): any;
}
