/** * Payment pricepoints */ export declare const PaymentPricepointsType: import("../utils/schema").SchemaObjectType<{ /** * Mobile payment pricepoints */ mobile: { default: true; type: () => import("../utils/schema").SchemaObjectType<{ credits: { default: true; type: "Float"; }; localCurrency: { default: true; type: "String"; }; userPrice: { default: true; type: "String"; }; }>; }; }>;