export interface ProvisionedThroughput { readCapacityUnits?: number; writeCapacityUnits?: number; }