import { Entity } from '@lastolivegames/becsy'; export declare class Binded { fromBindings: Entity[]; toBindings: Entity[]; }