import * as express from 'aws-xray-sdk-express'; import { captureMySQL } from 'aws-xray-sdk-mysql'; import { capturePostgres } from 'aws-xray-sdk-postgres'; import { expectType } from 'tsd'; import * as AWSXRay from '../lib'; expectType(AWSXRay.express); expectType(AWSXRay.captureMySQL); expectType(AWSXRay.capturePostgres);