import { MessageBase } from '../../models/common'; import * as IO from 'io-ts'; export interface RenderAnimationFrameMessage extends MessageBase<'renderAnimationFrame', { frameIndex: number; framePngOutputPath: string; }> { } export declare const RenderAnimationFrameMessageCodec: IO.ExactC; messagePayload: IO.ExactC>; }>>;