import { ResourceContainer } from '@cloudize/sdk-core'; import { WorkflowCancellation } from '../resources'; export declare class WorkflowCancellations extends ResourceContainer { get data(): WorkflowCancellation | WorkflowCancellation[]; Add(): WorkflowCancellation; protected EndpointPath(): string; protected EndpointContentType(): string; }