import { GenericDAO } from "../../base-dao";
import { WithdrawnModel } from "./withdrawn-model";
declare class WithdrawnDao extends GenericDAO<WithdrawnModel> {
}
export declare const withdrawnDao: WithdrawnDao;
export {};
