import { APIResponse, ConfigType } from "../../../../storefront-api-client/src"; import { RetrieveInstallmentInfoInput, RetrieveInstallmentInfoResponse } from "../types"; export declare const retrieveInstallmentInfo: (input: RetrieveInstallmentInfoQueryParams, excludeFields?: string[], config?: ConfigType) => Promise | APIResponse>; export type RetrieveInstallmentInfoQueryParams = { input: RetrieveInstallmentInfoInput; };