export declare class PliTagAssignment { id: string; username: string; tagType: string; tagName: string; stateId: number; stateName: string; numberRecords: number; startDate: Date; finalDate: Date; active: boolean; }