import type { GetCheckoutSessionTags } from './types/getCheckoutSessionTags.types.js'; /** * Method responsible for getting the checkout session tags. * * @param checkoutSessionId - Id of the checkout session to get. * @param config - Custom configurations to send to the client instance (axios). * * @returns Promise that will resolve when the call to the endpoint finishes. */ declare const getCheckoutSessionTags: GetCheckoutSessionTags; export default getCheckoutSessionTags;