import { ClientBase } from 'pg'; declare abstract class IClient { } interface IClient extends ClientBase { } export default IClient;