declare global
{
    namespace PixiMixins
    {

        // eslint-disable-next-line @typescript-eslint/no-empty-object-type
        interface AssetsPreferences
        {
        }
    }

}

export {};
