export declare class Contact {
    id: string;
    type: string;
    userid: string;
    value: string;
}
