import { IPaymentRangeSpec } from "@wayke-se/ecom"; export declare const isResidualEnabled: (residualSpecification: IPaymentRangeSpec) => boolean; export declare const isResidualFixed: (residualSpecification: IPaymentRangeSpec) => boolean; export declare const getConvertedResidualSpecification: (residualSpecification: IPaymentRangeSpec) => IPaymentRangeSpec;