import { GenericDAO } from "../../base-dao";
import { QuotationModel } from "./quotation-model";
declare class QuotationDao extends GenericDAO<QuotationModel> {
}
export declare const quotationDao: QuotationDao;
export {};
