import type { BillingAddressState } from '../reducers/BillingAddressReducer'; type DefaultContext = { setBillingAddress?: (id: string, options?: { customerAddressId: string; }) => Promise; } & BillingAddressState; export declare const defaultBillingAddressContext: {}; declare const BillingAddressContext: import("react").Context; export default BillingAddressContext;