import type { DollarSign } from "xpresser/types";
/**
 * Xpresser plugin function.
 * @param plugin
 * @param $
 */
export declare function run(plugin: any, $: DollarSign): void;
