import { IAttributeOptions } from "./interfaces"; export declare type TAttributesSchema = { [P in keyof T]?: Partial | boolean; };