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