export declare class Plugin { readonly type: any; readonly name: string; constructor(type: any); }