import { NetworkConfigs } from "./types/common";
export declare const METADATA_SEED = "metadata";
export declare const MINT_SEED = "fair_mint";
export declare const CONFIG_DATA_SEED = "config_data";
export declare const REFERRAL_SEED = "referral";
export declare const REFUND_SEEDS = "refund";
export declare const SYSTEM_CONFIG_SEEDS = "system_config_v1.1";
export declare const REFERRAL_CODE_SEED = "referral_code";
export declare const CODE_ACCOUNT_SEEDS = "code_account";
export declare const MAX_URC_USAGE_COUNT = 50;
export declare const NETWORK_CONFIGS: NetworkConfigs;
