import { TestInt } from '@airgram-dev/core'; /** A simple object containing a vector of objects that hold a number; for testing only */ export declare class TestVectorIntObjectBaseModel { _: 'testVectorIntObject'; /** Vector of objects */ value: TestInt[]; }