export declare const META_FILE_NAME = "metadata"; export declare const PREVIEW_DIMENSIONS: { maxWidth: number; maxHeight: number; }; export declare const BZZ_LINK_DOMAIN = "bzz.link"; export declare const BLOCKCHAIN_EXPLORER_URL = "https://blockscout.com/xdai/mainnet"; export declare const BEE_DOCS_HOST = "https://docs.ethswarm.org/docs/"; export declare const BEE_DISCORD_HOST = "https://discord.gg/eKr9XPv7"; export declare const GITHUB_REPO_URL = "https://api.github.com/repos/ethersphere/bee"; export declare const GITHUB_BEE_DASHBOARD_URL = "https://github.com/ethersphere/bee-dashboard.git"; export declare const BEE_DESKTOP_LATEST_RELEASE_PAGE = "https://github.com/ethersphere/bee-desktop/releases/latest"; export declare const BEE_DESKTOP_LATEST_RELEASE_PAGE_API = "https://api.github.com/repos/ethersphere/bee-desktop/releases/latest"; export declare const DEFAULT_BEE_API_HOST = "http://localhost:1633"; export declare const DEFAULT_RPC_URL = "https://xdai.fairdatasociety.org";