///
///
import { Address, AddressProps, Credential } from './Address.js';
import { NetworkId } from '../ChainId.js';
export declare class RewardAddress {
#private;
private constructor();
static fromCredentials(networkId: NetworkId, payment: Credential): RewardAddress;
getPaymentCredential(): Credential;
toAddress(): Address;
static fromAddress(addr: Address): RewardAddress | undefined;
static packParts(props: AddressProps): Buffer;
static unpackParts(type: number, data: Uint8Array): Address;
}
//# sourceMappingURL=RewardAddress.d.ts.map