import { App } from '../../lib/app'; import { NotePlugin } from '../../services/plugins'; export declare class BigQueryNotePlugin extends NotePlugin { constructor(app: App, name: string, hooks: any); formatStats(stats: { [key: string]: any; }): { title: string; value: any; }[]; }