import { LayoutType } from '../../types/checkout/CheckoutProfile.type'; type LayoutWithAddressFields = Pick; /** * Checks if address fields (billing or shipping) are configured and enabled. * Returns true if at least one address field is enabled in either billing or shipping config. */ export declare function hasAddressConfiguration(layout?: LayoutWithAddressFields): boolean; export declare function hasNameFieldsConfiguration(layout?: LayoutWithAddressFields): boolean; export {}; //# sourceMappingURL=hasAddressConfiguration.util.d.ts.map