export declare const BitcoinConstantsUtil: {
    ACCOUNT_INDEXES: {
        PAYMENT: number;
        ORDINAL: number;
    };
};
