export declare function createBenchmark(doc: Document): { render(): Promise<(name: string, update: () => void) => Promise>; };