import { GenericDAO } from "../../../base-dao";
import { PaymentModel } from "./payment-model";
declare class PaymentDAO extends GenericDAO<PaymentModel> {
}
export declare const paymentDao: PaymentDAO;
export {};
