export declare const sendFormDataRequest: (token: string, method: string, content: object, timeout: number) => Promise;