import { IPaymentLookupResponse } from "@wayke-se/ecom"; import { IPaymentLookupSdkData } from "../types"; export declare const getPaymentLookup: (data: IPaymentLookupSdkData, callback: (lookup: IPaymentLookupResponse | null) => void) => void;