/** * Health API - Auto-generated typed wrapper. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ export declare const health: { /** @see livenessCheck */ readonly livenessCheck: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see readinessCheck */ readonly readinessCheck: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see healthCheck */ readonly healthCheck: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type HealthApi = typeof health; //# sourceMappingURL=health.d.ts.map