import type { Plugin } from '../types';
export declare const useLoadingDelayPlugin: Plugin<any, any[]>;
