interface WorldOptions {
    readonly cycledX: boolean;
    readonly cycledY: boolean;
}
export { WorldOptions };
