export declare const GrowiPluginType: { readonly Template: "template"; readonly Style: "style"; readonly Theme: "theme"; readonly Script: "script"; }; export type GrowiPluginType = (typeof GrowiPluginType)[keyof typeof GrowiPluginType];