import type { AnyRenderJob } from '../components/RenderQueue/context';
export declare const setCurrentCanvasContentId: (id: string | null) => void;
export declare const setRenderJobs: (jobs: AnyRenderJob[]) => void;
