import { App } from '../../lib/app'; import { NotePlugin } from '../../services/plugins'; export declare class PythonNotePlugin extends NotePlugin { constructor(app: App, name: string, hooks: any); renderRunner(): string; }