export declare const THEGRAPH_API_URL: {
[x: string]: string;
};
export declare const THEGRAPH_UNISWAP_URL: {
[x: string]: string;
};
export declare const OPENSEA_API_URL: {
[x: string]: string;
};
export declare const USERS_API_URL = "https://dummyapi.io/data/v1/user?limit=10";