import { IWatches } from '../../interfaces';
declare const Watches: import("sequelize").ModelCtor<IWatches>;
export default Watches;
