import { RenderAnimationModuleApi } from '../renderAnimationModule/renderAnimationModule'; export interface StartAnimationDevelopmentApi extends Pick { animationModulePath: string; generatedAssetsDirectoryPath: string; clientServerPort: number; } export declare function startAnimationDevelopment(api: StartAnimationDevelopmentApi): void;