import type { ExternalUrls } from '@ahmttyydn/types/api-reference'; /** Upload a document and return a temporary URL */ export declare function uploadTempDocument(document: string, urls: Pick): Promise; //# sourceMappingURL=upload-temp-document.d.ts.map