import { ACL, Application, Model } from '@tego/server'; import { Transaction } from 'sequelize'; export declare class DataSourcesRolesModel extends Model { writeToAcl(options: { acl: ACL; transaction?: Transaction; associationFieldsActions: any; grantHelper: any; app?: Application; }): Promise; }