import type { ISession } from './session/types.js'; import { type MystPlugin } from 'myst-common'; export declare function loadExecutablePlugin(session: ISession, path: string): Promise; //# sourceMappingURL=executablePlugin.d.ts.map