import { ResourceCustomAttributes } from '../templates'; import { BaseModelContructorOptions } from '../infrastructure/BaseService'; declare class UserCustomAttributes extends ResourceCustomAttributes { constructor(options: BaseModelContructorOptions); } export default UserCustomAttributes;