import { FindOptions } from 'sequelize'; export declare type AssociationCountOptions = { scope?: string | boolean; } & FindOptions;