import { Address } from "@solana/addresses"; export declare const SYSTEM_PROGRAM_ADDRESS: Address; export declare const SYSVAR_RENT_ADDRESS: Address; export declare const DEFAULT_ADDRESS: Address; /** Address of the SPL Token program */ export declare const TOKEN_PROGRAM_ADDRESS: Address; /** * The Solana Name Service program address */ export declare const NAME_PROGRAM_ADDRESS: Address; /** * The `.sol` TLD */ export declare const ROOT_DOMAIN_ADDRESS: Address; /** * The SNS Registry program address */ export declare const REGISTRY_PROGRAM_ADDRESS: Address; /** * The SNS Name Tokenizer program address */ export declare const NAME_TOKENIZER_ADDRESS: Address; /** * The SNS Offers program address */ export declare const NAME_OFFERS_ADDRESS: Address; /** * The SNS Records program address (SNS_RECORDS_ID) */ export declare const RECORDS_PROGRAM_ADDRESS: Address; /** * The reverse look up class */ export declare const REVERSE_LOOKUP_CLASS: Address; export declare const CENTRAL_STATE: Address; /** * The central state for domain records (CENTRAL_STATE_SNS_RECORDS) */ export declare const CENTRAL_STATE_DOMAIN_RECORDS: Address; /** * The `.twitter` TLD authority */ export declare const TWITTER_VERIFICATION_AUTHORITY: Address; /** * The `.twitter` TLD */ export declare const TWITTER_ROOT_PARENT_REGISTRY_ADDRESS: Address; export declare const VAULT_OWNER: Address; export declare const USDC_MINT: Address; export declare const FIDA_MINT: Address; export declare const METAPLEX_PROGRAM_ADDRESS: Address; export declare const WOLVES_COLLECTION_METADATA: Address; export declare const REFERRERS: Address[];