import { AddressWithCountryCode, AuthOrderResponse, PAYMENT_TERMS, PAYMENT_TERMS_IN_PRICES } from '../types'; export declare const handlePasteOtpCode: (elem: HTMLInputElement, allDigitsElems: NodeListOf) => void; export declare const getAddressFromInputs: (shadowRoot: ShadowRoot) => AddressWithCountryCode; export declare const showNetTermsWithPrices: (eligibleNetTerms: Array, prices: Record, shadowRoot: ShadowRoot) => void; export declare const displaySuccessPageContent: (status: string, shadowRoot: ShadowRoot) => void; export declare const displayOrdersDetails: (order: AuthOrderResponse, shadowRoot: ShadowRoot) => void;