/** @returns promise that will be resolved after next render */
export declare const promisifyNextRender: () => Promise<void>;
