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