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