import { PluginPureHook } from '@gedit/runtime-compiler'; import { FramesGameObject } from '@gedit/runtime-render'; export declare function frames(ctx: PluginPureHook, component: FramesGameObject, textureSet: Set): void; //# sourceMappingURL=frames.d.ts.map