declare class IdGenerator {
    private motionID;
    next(): number;
}

export { IdGenerator };
