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