import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import { GetV1CompaniesAttachmentUrlRequest, GetV1CompaniesAttachmentUrlResponse } from "../models/operations/getv1companiesattachmenturl.js"; export declare class CompanyAttachment extends ClientSDK { /** * Get a temporary url to download the Company Attachment file * * @remarks * Retrieve a temporary url to download an attachment file uploaded by the company. * * ### Related guides * - [Manage company attachments](doc:manage-company-attachments) * * scope: `company_attachments:read` */ getDownloadUrl(request: GetV1CompaniesAttachmentUrlRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=companyattachment.d.ts.map