getAreas( prefix: string,): { negative: { dimension: number; from: Vector3; icon_path?: string; mode: 0 | 1; to: Vector3; }[]; positive: { dimension: number; from: Vector3; icon_path?: string; mode: 0 | 1; to: Vector3; }[];} Returns {
negative: {
dimension: number;
from: Vector3;
icon_path?: string;
mode: 0 | 1;
to: Vector3;
}[];
positive: {
dimension: number;
from: Vector3;
icon_path?: string;
mode: 0
| 1;
to: Vector3;
}[];
}