import { ShownPrice } from "~/types"; export declare class RelationsOrderPortalSettings { maxShownPrice: ShownPrice; canAccessAllItems: boolean; } //# sourceMappingURL=customerPortalSettings.d.ts.map