import Liquid from "./liquid";
export declare type Network = "LBTC" | "LTC";
export declare class Blockchain {
    static init: (network: Network) => Liquid;
}
