/** @ignore */ /** @internal */ interface AttachmentField { type: string; parameterName?: string; } export declare function getAttachmentFields(version: number, requestType: string): AttachmentField[]; export {};