import { Client } from './interface'; declare const getClient: ({ clientId }: { clientId: number; }) => Promise; export default getClient;