import { Options } from '../options.ts';

export declare function run(revealElement: HTMLElement, options: Options): Promise<void>;
