import clientInterface from './clientInterface';
declare const devClientInterface: clientInterface;
export default devClientInterface;
