/** * @author WMXPY * @namespace Property * @description Draft */ import { ImbricatePropertiesDrafter, ImbricatePropertyRecord } from "@imbricate/core"; export declare const draftImbricateProperties: (drafter: ImbricatePropertiesDrafter) => ImbricatePropertyRecord;