import { Step } from "./types";
export declare function createRenderStep(runNextFrame: () => void): Step;
