import { Local, LocalTable, Partner } from ".."; export declare class LocalTableZone { id: number; code: string; local: Local; name: string; created: Date; updated: Date | null; updated_by: Partner | null; status: number; local_tables: LocalTable[]; }