import SObject from './s-object'; export default class Contact extends SObject { constructor(firstname: string, lastname: string, email: string); }