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