export type AttachmentSocketType = number;
export namespace AttachmentSocketType {
    let Transform: number;
    let Bone: number;
}
//# sourceMappingURL=AttachmentSocketType.d.ts.map