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