import { StakingHash } from "../../types"; import { HexString } from "../../types/base"; export declare function scriptHashToEnterpriseAddress(hash: HexString, networkId: number): import("../../types").Address; export declare function scriptHashToBaseAddress(scriptHash: HexString, stakeKeyHash: StakingHash, networkId: number): import("../../types").Address; export declare function scriptHashToAddress(networkId: number, scriptHash: HexString, stakeKeyHash?: StakingHash): import("../../types").Address; //# sourceMappingURL=scriptAddress.d.ts.map