import { PluginPureHook } from '@gedit/runtime-compiler'; export declare enum PhaserPlugin { spine = "spine", dragonbones = "dragonbones" } export declare function plugin(hook: PluginPureHook, plugins: PhaserPlugin[]): void; export declare function physics(hook: PluginPureHook): void; export declare function config(hook: PluginPureHook): void; //# sourceMappingURL=config.d.ts.map