/** @noSelfInFile */ /** @noSelfInFIle */ export interface Options { position?: VectorShape; rotation?: VectorShape; scale?: VectorShape; } export declare const spawnObject: (data: T, options?: Options) => Promise>;