import type { IConnection } from "@nestia/fetcher"; export declare function get(connection: IConnection): Promise; export declare namespace get { const METADATA: { readonly method: "GET"; readonly path: "/monitors/health"; readonly request: null; readonly response: { readonly type: "application/json"; readonly encrypted: false; }; readonly status: null; }; const path: () => string; const simulate: (_connection: IConnection) => Promise; }