/** Attach a promise to the render cycle so resolve triggers a re-render. */
export declare function promise(target: Promise<unknown>): void;
