import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import * as operations from "../models/operations/index.js"; export declare class FollowUps extends ClientSDK { /** * List Follow-ups V2 * * @remarks * List all follow-ups for an organisation. */ list(request: operations.FollowUpsV2NumberListRequest, options?: RequestOptions): Promise; /** * Show Follow-ups V2 * * @remarks * Get a single incident follow-up. */ get(request: operations.FollowUpsV2NumberShowRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=followups.d.ts.map