import { FilePath } from '../../../utils/path.js'; import { SnapRenderColorUtils, SnapRenderUtils } from '../../../utils/render.js'; import { PixivData, UgoiraBody } from '../type.js'; export declare const ugoiraEncode: (utils: SnapRenderUtils, ugoira: UgoiraBody, output: FilePath) => Promise; export declare const pixivVideoRender: (data: PixivData, utils: SnapRenderColorUtils, input: FilePath) => Promise; //# sourceMappingURL=video.d.ts.map