export declare const loadPlugins: () => Promise<{ stage: number; fn: Function; id: string; path: string; }[]>; export declare const isPromise: (obj: any) => boolean;