import { AmenityId } from './amenityId'; export declare class VectorStore extends null { 'id': AmenityId; 'createdAt': any | null; 'updatedAt': any | null; 'isActive': any | null; 'merchantID': string; 'vectorStoreID': any | null; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): any; }