/** * Used for not getting bundlers like webpack and rollup to report * warnings/errors about missing exports from PixiJS. */ export declare namespace CompatibilityAccess { function get(obj: TObj, key: TKey): TObj[TKey]; }