import { Partner, RequestLocal } from ".."; export declare class RequestLocalHistory { id: number; request_local: RequestLocal; status: number; comment: string | null; updated_by: Partner | null; updated: Date; }