import { SpotlerPaging } from './spotler-paging'; import { SpotlerContact } from './spotler-contact'; export declare class SpotlerContactsResponse { paging: SpotlerPaging; contacts: SpotlerContact; }