import { Attachment } from '../typings/attachment'; export declare const createParametersFromAttachment: (attachment: Attachment, params: any) => any;