import type { DescriptionOf, ThreadGeneratorFactory } from '@revideo/core'; import type { View2D } from '../components'; import { Scene2D } from './Scene2D'; export declare function makeScene2D(name: string, runner: ThreadGeneratorFactory): DescriptionOf; //# sourceMappingURL=makeScene2D.d.ts.map