export { SIZE_CONSTANTS, TIME_CONSTANTS } from '@filoz/synapse-core/utils'; export declare const DEFAULT_CHAIN: import("@filoz/synapse-core/chains").Chain; export declare const TOKENS: { readonly USDFC: "USDFC"; readonly FIL: "FIL"; }; export declare const METADATA_KEYS: { readonly WITH_CDN: "withCDN"; readonly WITH_IPFS_INDEXING: "withIPFSIndexing"; readonly IPFS_ROOT_CID: "ipfsRootCID"; readonly SOURCE: "source"; }; //# sourceMappingURL=constants.d.ts.map