export declare function measureRender(name: string, startMark: string, endMark: string, render: () => Promise<void> | void): Promise<void>;
