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