import { UTxO } from "../types"; export declare const isNonScriptUtxo: (utxo: UTxO) => boolean; //# sourceMappingURL=isNonScriptUtxo.d.ts.map