import ModelProperty from './model-property.js'; export default function attr(type?: string, defaultValue?: unknown): ModelProperty;