import { PluginFn } from '../types.js';
export declare const pluginSuperCharged: PluginFn<{
    recurring: boolean;
}>;
