import { ApiMethodDeclaration } from '..'; type ParamsData = { identificator: string; profileId: number; }; type ResponseData = void; export declare const linkToProfile: ApiMethodDeclaration; export {};