import type { ApplicationServerInfoData } from '../models/ApplicationServerInfoData';
export declare class ServerInfoService {
    /**
     * Get server info
     * Information about the server, chains and sync states
     * @returns ApplicationServerInfoData Server information
     * @throws ApiError
     */
    static serverInfoGetServerInfo(): Promise<ApplicationServerInfoData>;
}
