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