import * as v1 from './v1'; declare const IDSClient: typeof v1.IDSClient; type IDSClient = v1.IDSClient; export { v1, IDSClient }; declare const _default: { v1: typeof v1; IDSClient: typeof v1.IDSClient; }; export default _default; import * as protos from '../protos/protos'; export { protos };