export declare const thanosRewind: (target: HTMLElement) => Promise<{}>;
export declare const thanosSnap: (target: HTMLElement) => Promise<{
    rewind: () => {};
}>;
