import type { PostUserAddress } from './types/index.js'; /** * Responsible for creating an address for the current user. * * @param props - Post address query * @param data - Object containing the address information. * @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 postUserAddress: PostUserAddress; export default postUserAddress;