export interface RenderAnimationModuleFrameApi { animationModulePath: string; frameFileOutputPath: string; frameIndex: number; } export declare function renderAnimationModuleFrame(api: RenderAnimationModuleFrameApi): Promise;