import type { Client } from 'oicq'; export declare function uploadFileToDir(this: Client, group: number, filepath: string, uploadFilename?: string, dirname?: string): Promise;