import type { Modal, Toast } from '@lastos/page-spy-types';
import type DataHarborPlugin from '../index';
interface Params {
    plugin: DataHarborPlugin;
    modal: Modal;
    toast: Toast;
}
export declare const buildModal: ({ plugin, modal, toast }: Params) => void;
export {};
