export class AttachmentBinding {
    attachedEntity: number;
    /**
     *
     * @type {Transform}
     */
    attachedTransform: Transform;
    parentEntity: number;
    /**
     *
     * @type {Transform}
     */
    parentTransform: Transform;
    /**
     *
     * @type {AttachmentSocket}
     */
    socket: AttachmentSocket;
    /**
     *
     * @type {Attachment}
     */
    attachment: Attachment;
    link(): void;
    unlink(): void;
    update(): void;
}
//# sourceMappingURL=AttachmentBinding.d.ts.map