import type { SkyEngine, SkyOptions } from "../types.js"; export declare function createSky(options: SkyOptions): SkyEngine; //# sourceMappingURL=sky.d.ts.map