import { Hash28, PoolKeyHash } from "@harmoniclabs/cardano-ledger-ts";
export type CanBePoolKeyHash = Hash28 | `pool1${string}` | `pool_test1${string}` | string | Uint8Array;
export declare function forcePoolKeyHash(canBe: CanBePoolKeyHash): PoolKeyHash;
