import type { UseRunReturn } from './interface'; /** * 执行方法 * * @author Tyh2001 */ export declare const useRun: () => UseRunReturn;