export declare const MAX_U64: bigint;
export declare const MIN_LABEL_SIZE = 3;
export declare const GRACE_PERIOD_MS: number;
/**
 * Allowed keys for metadata.
 */
export declare const ALLOWED_METADATA: {
    avatar: string;
    twitterX: string;
    discord: string;
    github: string;
    email: string;
    btc: string;
    eth: string;
    ltc: string;
    doge: string;
    sol: string;
    sui: string;
    website: string;
    ipfs: string;
    arweave: string;
};
export declare const packages: {
    devnet: {
        adminAddress: string;
        adminCap: string;
        auctionPackageId: string;
        auctionHouseObjectId: string;
        coins: {
            IOTA: {
                type: string;
                metadataId: string;
            };
        };
        iotaNamesObjectId: string;
        packageId: string;
        paymentsPackageId: string;
        publisherId: string;
        registryTableId: string;
        reverseRegistryTableId: string;
        couponsPackageId: string;
        subnamesPackageId: string;
        tempSubnameProxyPackageId: string;
        upgradeCap: string;
    };
};
