import { $ } from "../SSB";
export declare function mapPlugin(plugin: string, $: $): Promise<void>;
