import { SupportedNetwork } from '../globalTypes.js'; /** * Default network to use when none is specified. */ export declare const DEFAULT_NETWORK: SupportedNetwork; /** * Maximum size for OP_PUSHDATA4 * * https://github.com/bitcoin/bitcoin/blob/513a0da2e0c89d4833aeeb9f799cf43548d6441f/src/script/script.cpp#L314-L362 * * https://github.com/bitcoin/bitcoin/blob/513a0da2e0c89d4833aeeb9f799cf43548d6441f/src/script/script.h#L418-L438 */ export declare const MAX_OP_PUSH_DATA_SIZE: number; //# sourceMappingURL=constants.d.ts.map