import { Contact, NewContact, DirectorySource } from '../../lib';
export declare enum ContactSource {
    internal = "internal",
    phonebook = "phonebook",
    conference = "conference",
    google = "google"
}
export { LINE_STATE as LineState, STATE as UserState } from '../../lib/domain/Profile';
export type LineStateType = 'available' | 'holding' | 'ringing' | 'talking' | 'unavailable' | 'progressing';
export type { Contact, NewContact, DirectorySource };
//# sourceMappingURL=models.d.ts.map