import { ApiMethodDeclaration } from '..'; /** email */ type ParamsData = string; type ResponseData = { email: string; }; export declare const sendRecoverLink: ApiMethodDeclaration; export {};