import { PublicKey } from '@solana/web3.js'; export declare const MAIN_DOMAIN_PREFIX = "main_domain"; export declare const ORIGIN_TLD = "ANS"; export declare const ANS_PROGRAM_ID: PublicKey; export declare const TLD_HOUSE_PROGRAM_ID: PublicKey; export declare const NAME_HOUSE_PROGRAM_ID: PublicKey; export declare const SPL_TOKEN_PROGRAM_ID: PublicKey; export declare const TOKEN_METADATA_PROGRAM_ID: PublicKey; export declare const ROOT_ANS_PUBLIC_KEY: PublicKey; export declare const NFT_RECORD_PREFIX = "nft_record"; export declare const TLD_HOUSE_PREFIX = "tld_house"; export declare const NAME_HOUSE_PREFIX = "name_house"; export declare const MULTIPLE_ACCOUNT_INFO_MAX = 100; //# sourceMappingURL=constants.d.ts.map