export declare function shouldUseTrustedInputForSegwit({ version, name, }: {
    version: string;
    name: string;
}): boolean;
//# sourceMappingURL=shouldUseTrustedInputForSegwit.d.ts.map