import type { ISession, ValidatedCurvenotePlugin } from './types.js';
/**
 * Load user-defined plugin modules declared in the project frontmatter
 *
 * @param session session with logging
 */
export declare function loadProjectPlugins(session: ISession): Promise<ValidatedCurvenotePlugin>;
//# sourceMappingURL=plugins.d.ts.map