import type { ServerInformation } from '../models/ServerInformation.js'; import type { CancelablePromise } from '../core/CancelablePromise.js'; export declare class ServerInformationService { /** * Get server information * Returns information about the current application build running on this instance. * @returns ServerInformation The server build information. * @throws ApiError */ static index2(): CancelablePromise; } //# sourceMappingURL=ServerInformationService.d.ts.map