/** @ignore */ /** @internal */ import { Attachment } from '../typings/attachment'; /** * Creates send parameters for a transaction from attachment data * * @internal * @param attachment The attachment * @param params Any object * @return HttpParams */ export declare const createParametersFromAttachment: (attachment: Attachment, params: any) => any;