UNPKG

myst-cli

Version:
4 lines 257 B
import type { ISession } from './session/types.js'; import { type MystPlugin } from 'myst-common'; export declare function loadExecutablePlugin(session: ISession, path: string): Promise<MystPlugin | undefined>; //# sourceMappingURL=executablePlugin.d.ts.map