import { Local, LocalTableReservePayment, PaymentMethod, RequestLocalPayment } from ".."; export declare class LocalPaymentMethod { id: number; local: Local; payment_method: PaymentMethod; request_payment_methods: RequestLocalPayment[]; local_table_reserves_payment: LocalTableReservePayment[]; }