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