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 IncidentTimestamps extends ClientSDK { /** * List Incident Timestamps V2 * * @remarks * List all incident timestamps for an organisation. */ list(options?: RequestOptions): Promise; /** * Show Incident Timestamps V2 * * @remarks * Get a single incident timestamp. */ get(request: operations.IncidentTimestampsV2NumberShowRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=incidenttimestamps.d.ts.map