import { ApiSubClient } from '../../common/client/ApiSubClient'; import { AttachmentsClient } from './AttachmentsClient'; export declare class ApiAttachmentsClient extends ApiSubClient implements AttachmentsClient { getTypes(): Promise; }