import { FormData } from './FormData'; export declare class HttpForm extends FormData { appendFile(field: string, filename: string): void; }