/** * Billingual API * REST API for invoice management, customer management, and accounting operations. Features include cursor-based pagination for efficient data navigation, flexible JSON querying with MongoDB-style operators, full-text search across multiple fields, and comprehensive metadata support for custom tracking. * * The version of the OpenAPI document: 1.0.0 * Contact: api@billingual.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import * as runtime from '../runtime'; import type { User } from '../models/index'; /** * */ export declare class UsersApi extends runtime.BaseAPI { /** * Retrieve the authenticated user\'s profile information. Returns the user details associated with the provided Bearer token. * Get current user */ getMeRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; /** * Retrieve the authenticated user\'s profile information. Returns the user details associated with the provided Bearer token. * Get current user */ getMe(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; } //# sourceMappingURL=UsersApi.d.ts.map