import type { ResponseConfig } from "../client"; import client from "../client"; import type { PostUsersLoginVerifyMutationRequest, PostUsersLoginVerifyMutationResponse } from "../models/PostUsersLoginVerify"; /** * @description Provide a signed hash to receive a JWT token to be consumed by PUT or POST requests. * @summary Verify signed data * @link /users/login/verify */ export declare function postUsersLoginVerify(data: TVariables, options?: Partial[0]>): Promise["data"]>;