import { PaymentType } from '@wayke-se/ecom'; declare const createTerm: (months: number) => string; export default createTerm; export declare const extractPaymentType: (s?: string) => PaymentType | undefined; export declare const extractLoanIndex: (s?: string) => number | undefined;