export declare const _apiFallbacks: { fetchUTXO: (testnet: boolean, txHash: string, vOut: number) => (() => Promise)[]; fetchUTXOs: (testnet: boolean, address: string, confirmations: number, scriptHash?: string | undefined) => (() => Promise)[]; fetchTXs: (testnet: boolean, address: string, confirmations?: number) => ((() => Promise) | (() => Promise) | (() => Promise) | (() => Promise))[]; broadcastTransaction: (testnet: boolean, hex: string) => ((() => Promise) | undefined)[]; };