import { Options } from '../types';
export default function (
	element: Element,
	options: Options,
	asPromise?: boolean
): void | Promise<unknown>;
