import { GlideExecutionTracker } from "./GlideExecutionTracker.js"; import { GlideHTTPUtil } from "./GlideHTTPUtil.js"; export declare class ScopedAppRepoRequest { constructor(requestType: string, parameters: Map); addHeader(key: string, value: string): ScopedAppRepoRequest; downloadAttachment(targetTable: string, targetSysID: string, fileName: string, fileContentType: string, downloadTracker: GlideExecutionTracker): string; get(): string; getErrorMessage(): string; getGlideHttpUtil(username: string, password: string): GlideHTTPUtil; getJSON(): string; getStatusCode(): number; getUploadUrl(): string; isQuiet(): boolean; post(): string; setBasicAuth(username: string, password: string): ScopedAppRepoRequest; setParameter(key: string, value: string): ScopedAppRepoRequest; setQuiet(b: boolean): ScopedAppRepoRequest; uploadAttachments(attachmentIds: string[], uploadTracker: GlideExecutionTracker): string; } //# sourceMappingURL=ScopedAppRepoRequest.d.ts.map