/** A simple object containing a vector of strings; for testing only */ export declare class TestVectorStringBaseModel { _: 'testVectorString'; /** Vector of strings */ value: string[]; }