import { ApiMethodDeclaration } from '../..'; type ParamsData = undefined; type ResponseData = string; export declare const getTmpToken: ApiMethodDeclaration; export {};