export class SkyGeometry {
    static create(device: any, type: any): Mesh;
    static infinite(device: any): Mesh;
    static box(device: any): Mesh;
    static dome(device: any): Mesh;
}
import { Mesh } from '../mesh.js';
