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 Actions extends ClientSDK { /** * List Actions V1 * * @remarks * List all actions for an organisation. * * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible. */ list(request: operations.ActionsV1NumberListRequest, options?: RequestOptions): Promise; /** * Show Actions V1 * * @remarks * Get a single incident action. * * @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible. */ get(request: operations.ActionsV1NumberShowRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=actions.d.ts.map