import type { Modal, Toast } from '@huolala-tech/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 {};