import Space from '../lib/Space'; export declare const callSimpleTexting: (space: Space, contactPhone: string, textString: string) => Promise;