import { SpotlerChannel } from './spotler-channel'; export declare class SpotlerContact { externalId: string; created: string; encryptedId: string; testGroup: boolean; lastChanged: string; temporary: boolean; properties: any; channels: SpotlerChannel; }