import { GenericDAO } from "../../base-dao";
import { FindMyPlatterModel } from "./find-my-platter-model";
declare class FindMyPlatterDAO extends GenericDAO<FindMyPlatterModel> {
}
export declare const findMyPlatterDAO: FindMyPlatterDAO;
export {};
