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