import { ApiMethodDeclaration } from '..'; type ParamsData = { id: number; }; type ResponseData = { linked: boolean; profileId?: number; }; export declare const relinkGooglePlace: ApiMethodDeclaration; export {};