import * as PIXI from 'pixi.js'; export declare const Application: typeof PIXI.Application; export declare const Loader: PIXI.loaders.Loader; export declare const Resources: PIXI.loaders.ResourceDictionary; export declare const Sprite: typeof PIXI.Sprite; export declare const Graphics: typeof PIXI.Graphics; export declare const Container: typeof PIXI.Container; export declare const URL = "https://metacar-project.com/"; export declare const JSON_TEXTURES: string; export declare const JSON_IMAGE: string; export declare const IMAGE_FOLDER: string; export declare const ROADSIZE = 60; export interface CARIMGI { DEFAULT: string; AGENT: string; } export declare const CAR_IMG: CARIMGI; export declare const MAP: { ROAD: number; DEFAULT: number; CAR: number; AGENT: number; }; export declare const ASSETS: any;