export declare class SiteContact { id?: number; number: string; ext: string; role: number; name: string; constructor(data: unknown); }