import { AuthenticationCredential, Local } from ".."; export declare class PosSystem { id: number; name: string; description: string | null; endpoint_products: any; endpoint_order: any; authentication_credentials: AuthenticationCredential | null; settings: any | null; created: Date; expiration: string | null; status: number; locals_pos_system: Local[]; }